Package org.apache.http.nio.protocol
Class NHttpHandlerBase
java.lang.Object
org.apache.http.nio.protocol.NHttpHandlerBase
- Direct Known Subclasses:
AsyncNHttpClientHandler,AsyncNHttpServiceHandler,ThrottlingHttpClientHandler,ThrottlingHttpServiceHandler
Deprecated.
(4.2) do not use
- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionNHttpHandlerBase(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidsetEventListener(EventListener eventListener) Deprecated.
-
Constructor Details
-
NHttpHandlerBase
public NHttpHandlerBase(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params) Deprecated.
-
-
Method Details
-
getParams
Deprecated. -
setEventListener
Deprecated.
-