Package | Description |
---|---|
org.apache.http.nio.protocol |
Asynchronous HTTP protocol handlers based on the non-blocking I/O model.
|
Modifier and Type | Field and Description |
---|---|
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.
|
ThrottlingHttpClientHandler(HttpProcessor httpProcessor,
HttpRequestExecutionHandler execHandler,
ConnectionReuseStrategy connStrategy,
ByteBufferAllocator allocator,
Executor executor,
HttpParams params)
Deprecated.
|
ThrottlingHttpClientHandler(HttpProcessor httpProcessor,
HttpRequestExecutionHandler execHandler,
ConnectionReuseStrategy connStrategy,
Executor executor,
HttpParams params)
Deprecated.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.