Uses of Interface
org.apache.http.nio.protocol.NHttpRequestExecutionHandler
Packages that use NHttpRequestExecutionHandler
Package
Description
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 NHttpRequestExecutionHandlerModifier and TypeFieldDescriptionprotected NHttpRequestExecutionHandlerAsyncNHttpClientHandler.execHandlerDeprecated.Constructors in org.apache.http.nio.protocol with parameters of type NHttpRequestExecutionHandlerModifierConstructorDescriptionAsyncNHttpClientHandler(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.