| Package | Description |
|---|---|
| org.attribyte.api.http | |
| org.attribyte.api.http.impl.commons | |
| org.attribyte.api.http.impl.jetty | |
| org.attribyte.api.http.impl.ning |
| Modifier and Type | Field and Description |
|---|---|
static ClientOptions |
ClientOptions.IMPLEMENTATION_DEFAULT
Indicates that implementation defaults should be used.
|
| Modifier and Type | Method and Description |
|---|---|
ClientOptions |
ClientOptions.Builder.create()
Creates the options.
|
| Constructor and Description |
|---|
Commons3Client(ClientOptions options)
Creates a client with specified options.
|
Commons4Client(ClientOptions options)
Creates a client with specified options.
|
| Constructor and Description |
|---|
JettyClient(ClientOptions options)
Creates a client with specified options.
|
| Constructor and Description |
|---|
NingClient(ClientOptions options)
Creates a client with specified options.
|