| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AuthenticationProtocolHandler |
|
class |
ContinueProtocolHandler |
A protocol handler that handles the 100 response code.
|
class |
ProxyAuthenticationProtocolHandler |
A protocol handler that handles the 401 response code
in association with the
Proxy-Authenticate header. |
class |
RedirectProtocolHandler |
A protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.
|
class |
WWWAuthenticationProtocolHandler |
A protocol handler that handles the 401 response code
in association with the
WWW-Authenticate header. |
| Modifier and Type | Method | Description |
|---|---|---|
ProtocolHandler |
ProtocolHandlers.find(Request request,
Response response) |
Finds the first protocol handler that
accepts
the given request and response. |
protected ProtocolHandler |
HttpClient.findProtocolHandler(Request request,
Response response) |
|
ProtocolHandler |
ProtocolHandlers.put(ProtocolHandler protocolHandler) |
Stores the given
protocolHandler in this container. |
ProtocolHandler |
ProtocolHandlers.remove(java.lang.String name) |
Removes the protocol handler with the given name.
|
| Modifier and Type | Method | Description |
|---|---|---|
ProtocolHandler |
ProtocolHandlers.put(ProtocolHandler protocolHandler) |
Stores the given
protocolHandler in this container. |
Copyright © 1995–2018 Webtide. All rights reserved.