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 |
HttpAuthenticationStore.findAuthentication(String type,
URI uri,
String realm) |
Modifier and Type | Method and Description |
---|---|
void |
HttpAuthenticationStore.addAuthentication(Authentication authentication) |
void |
HttpAuthenticationStore.removeAuthentication(Authentication authentication) |
Modifier and Type | Method and Description |
---|---|
Authentication |
AuthenticationStore.findAuthentication(String type,
URI uri,
String realm)
Returns the authentication that matches the given type (for example, "Basic" or "Digest"),
the given request URI and the given realm.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationStore.addAuthentication(Authentication authentication) |
void |
AuthenticationStore.removeAuthentication(Authentication authentication) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthentication
Implementation of the HTTP "Basic" authentication defined in RFC 2617.
|
class |
DigestAuthentication
Implementation of the HTTP "Digest" authentication defined in RFC 2617.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.