Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.client.api |
Jetty Client : API Classes
|
org.eclipse.jetty.client.util |
Jetty Client : Utility Classes
|
Modifier and Type | Method and Description |
---|---|
Authentication.Result |
HttpAuthenticationStore.findAuthenticationResult(URI uri) |
Modifier and Type | Method and Description |
---|---|
void |
HttpAuthenticationStore.addAuthenticationResult(Authentication.Result result) |
void |
HttpAuthenticationStore.removeAuthenticationResult(Authentication.Result result) |
Modifier and Type | Method and Description |
---|---|
Authentication.Result |
Authentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context)
Executes the authentication mechanism for the given request, returning a
Result that can be
used to actually authenticate the request via Result#apply(Request) . |
Authentication.Result |
AuthenticationStore.findAuthenticationResult(URI uri)
Returns an
Authentication.Result that matches the given URI, or null if no
Authentication.Result s match the given URI. |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationStore.addAuthenticationResult(Authentication.Result result) |
void |
AuthenticationStore.removeAuthenticationResult(Authentication.Result result) |
Modifier and Type | Method and Description |
---|---|
Authentication.Result |
DigestAuthentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context) |
Authentication.Result |
BasicAuthentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context) |
Copyright © 1995-2015 Webtide. All Rights Reserved.