| 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 | Description |
|---|---|---|
Authentication |
HttpAuthenticationStore.findAuthentication(java.lang.String type,
java.net.URI uri,
java.lang.String realm) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpAuthenticationStore.addAuthentication(Authentication authentication) |
|
void |
HttpAuthenticationStore.removeAuthentication(Authentication authentication) |
| Modifier and Type | Method | Description |
|---|---|---|
Authentication |
AuthenticationStore.findAuthentication(java.lang.String type,
java.net.URI uri,
java.lang.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 | Description |
|---|---|---|
void |
AuthenticationStore.addAuthentication(Authentication authentication) |
|
void |
AuthenticationStore.removeAuthentication(Authentication authentication) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractAuthentication |
|
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–2017 Webtide. All rights reserved.