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(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, java.util.concurrent.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, java.util.concurrent.Executor executor, org.apache.http.params.HttpParams params)Deprecated.
-