Uses of Interface
org.apache.http.nio.protocol.HttpRequestExecutionHandler
Packages that use HttpRequestExecutionHandler
Package
Description
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
-
Uses of HttpRequestExecutionHandler in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as HttpRequestExecutionHandlerModifier and TypeFieldDescriptionprotected HttpRequestExecutionHandlerThrottlingHttpClientHandler.execHandlerDeprecated.Constructors in org.apache.http.nio.protocol with parameters of type HttpRequestExecutionHandlerModifierConstructorDescriptionBufferingHttpClientHandler(org.apache.http.protocol.HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, org.apache.http.ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, org.apache.http.params.HttpParams params) Deprecated.BufferingHttpClientHandler(org.apache.http.protocol.HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, org.apache.http.ConnectionReuseStrategy connStrategy, org.apache.http.params.HttpParams params) Deprecated.ThrottlingHttpClientHandler(org.apache.http.protocol.HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, org.apache.http.ConnectionReuseStrategy connStrategy, Executor executor, org.apache.http.params.HttpParams params) Deprecated.ThrottlingHttpClientHandler(org.apache.http.protocol.HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, org.apache.http.ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, Executor executor, org.apache.http.params.HttpParams params) Deprecated.