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 | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<HttpSender.RequestState> |
HttpSender.requestState |
Modifier and Type | Method and Description |
---|---|
static HttpSender.RequestState |
HttpSender.RequestState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpSender.RequestState[] |
HttpSender.RequestState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
HttpSender.updateRequestState(HttpSender.RequestState from,
HttpSender.RequestState to) |