| Package | Description |
|---|---|
| org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
| Modifier and Type | Field and Description |
|---|---|
private HttpRequestExecutionHandler |
BufferingHttpClientHandler.ExecutionHandlerAdaptor.execHandler |
protected HttpRequestExecutionHandler |
ThrottlingHttpClientHandler.execHandler
Deprecated.
|
| Constructor and Description |
|---|
BufferingHttpClientHandler(HttpProcessor httpProcessor,
HttpRequestExecutionHandler execHandler,
ConnectionReuseStrategy connStrategy,
ByteBufferAllocator allocator,
HttpParams params)
Deprecated.
|
BufferingHttpClientHandler(HttpProcessor httpProcessor,
HttpRequestExecutionHandler execHandler,
ConnectionReuseStrategy connStrategy,
HttpParams params)
Deprecated.
|
ExecutionHandlerAdaptor(HttpRequestExecutionHandler execHandler) |
ThrottlingHttpClientHandler(HttpProcessor httpProcessor,
HttpRequestExecutionHandler execHandler,
ConnectionReuseStrategy connStrategy,
ByteBufferAllocator allocator,
java.util.concurrent.Executor executor,
HttpParams params)
Deprecated.
|
ThrottlingHttpClientHandler(HttpProcessor httpProcessor,
HttpRequestExecutionHandler execHandler,
ConnectionReuseStrategy connStrategy,
java.util.concurrent.Executor executor,
HttpParams params)
Deprecated.
|