See: Description
Class | Description |
---|---|
AbstractBinPushConsumer |
Abstract push response consumer that processes response body data as an octet stream.
|
AbstractBinResponseConsumer<T> |
Abstract response consumer that processes response body data as an octet stream.
|
AbstractCharPushConsumer |
Abstract push response consumer that processes response body data as a character stream.
|
AbstractCharResponseConsumer<T> |
Abstract response consumer that processes response body data as a character stream.
|
AsyncRequestBuilder |
Builder for
AsyncRequestProducer instances. |
ConfigurableHttpRequest |
HTTP request message with a custom configuration.
|
IgnoreCompleteExceptonFutureCallback<T> | |
SimpleBody |
Message body representation as a simple text string or an array of bytes.
|
SimpleHttpRequest |
HTTP request that can enclose a body represented as a simple text string or an array of bytes.
|
SimpleHttpResponse |
HTTP response that can enclose a body represented as a simple text string or an array of bytes.
|
SimpleRequestProducer |
HTTP request producer that generates message data stream events based
on content of a
SimpleHttpRequest instance. |
SimpleResponseConsumer |
HTTP response consumer that generates a
SimpleHttpResponse instance based on events
of an incoming data stream. |
Enum | Description |
---|---|
HttpRequests |
Common HTTP methods using
BasicHttpRequest as a HTTP request message representation. |
SimpleHttpRequests |
Common HTTP methods using
SimpleHttpRequest as a HTTP request message representation. |
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.