Uses of Interface
org.apache.http.nio.protocol.NHttpRequestExecutionHandler
-
Packages that use NHttpRequestExecutionHandler Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of NHttpRequestExecutionHandler in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as NHttpRequestExecutionHandler Modifier and Type Field Description protected NHttpRequestExecutionHandlerAsyncNHttpClientHandler. execHandlerDeprecated.Constructors in org.apache.http.nio.protocol with parameters of type NHttpRequestExecutionHandler Constructor Description AsyncNHttpClientHandler(org.apache.http.protocol.HttpProcessor httpProcessor, NHttpRequestExecutionHandler execHandler, org.apache.http.ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, org.apache.http.params.HttpParams params)Deprecated.AsyncNHttpClientHandler(org.apache.http.protocol.HttpProcessor httpProcessor, NHttpRequestExecutionHandler execHandler, org.apache.http.ConnectionReuseStrategy connStrategy, org.apache.http.params.HttpParams params)Deprecated.
-