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
Classes in org.apache.http.nio.protocol that implement NHttpRequestExecutionHandler Modifier and Type Class Description (package private) static class
BufferingHttpClientHandler.ExecutionHandlerAdaptor
Deprecated.Fields in org.apache.http.nio.protocol declared as NHttpRequestExecutionHandler Modifier and Type Field Description protected NHttpRequestExecutionHandler
AsyncNHttpClientHandler. execHandler
Deprecated.Constructors in org.apache.http.nio.protocol with parameters of type NHttpRequestExecutionHandler Constructor Description AsyncNHttpClientHandler(HttpProcessor httpProcessor, NHttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
Deprecated.AsyncNHttpClientHandler(HttpProcessor httpProcessor, NHttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, HttpParams params)
Deprecated.
-