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
Classes in org.apache.http.nio.protocol that implement NHttpRequestExecutionHandlerModifier and TypeClassDescription(package private) static class
Deprecated.Fields in org.apache.http.nio.protocol declared as NHttpRequestExecutionHandlerModifier and TypeFieldDescriptionprotected NHttpRequestExecutionHandler
AsyncNHttpClientHandler.execHandler
Deprecated.Constructors in org.apache.http.nio.protocol with parameters of type NHttpRequestExecutionHandlerModifierConstructorDescriptionAsyncNHttpClientHandler
(HttpProcessor httpProcessor, NHttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params) Deprecated.AsyncNHttpClientHandler
(HttpProcessor httpProcessor, NHttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, HttpParams params) Deprecated.