Uses of Interface
org.apache.http.nio.protocol.HttpRequestExecutionHandler
-
Packages that use HttpRequestExecutionHandler Package Description org.apache.http.nio.protocol 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 HttpRequestExecutionHandler Modifier and Type Field Description protected HttpRequestExecutionHandlerThrottlingHttpClientHandler. execHandlerDeprecated.Constructors in org.apache.http.nio.protocol with parameters of type HttpRequestExecutionHandler Constructor 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, Executor executor, HttpParams params)Deprecated.ThrottlingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, Executor executor, HttpParams params)Deprecated.
-