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 public abstract class NHttpHandlerBase extends java.lang.ObjectDeprecated.(4.2) do not use- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description NHttpHandlerBase(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HttpParamsgetParams()Deprecated.voidsetEventListener(EventListener eventListener)Deprecated.
-
-
-
Constructor Detail
-
NHttpHandlerBase
public NHttpHandlerBase(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
Deprecated.
-
-
Method Detail
-
getParams
public HttpParams getParams()
Deprecated.
-
setEventListener
public void setEventListener(EventListener eventListener)
Deprecated.
-
-