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 HttpExchange.State |
HttpExchange.requestState |
private HttpExchange.State |
HttpExchange.responseState |
Modifier and Type | Method and Description |
---|---|
static HttpExchange.State |
HttpExchange.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpExchange.State[] |
HttpExchange.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|