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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ByteBufferAllocatorDeprecated.protected static final StringDeprecated.protected final org.apache.http.ConnectionReuseStrategyDeprecated.protected EventListenerDeprecated.protected final org.apache.http.protocol.HttpProcessorDeprecated.protected final org.apache.http.params.HttpParamsDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionNHttpHandlerBase(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, org.apache.http.params.HttpParams params) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanResponseHaveBody(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response) Deprecated.protected voidcloseConnection(NHttpConnection conn, Throwable cause) Deprecated.org.apache.http.params.HttpParamsDeprecated.protected voidhandleTimeout(NHttpConnection conn) Deprecated.voidsetEventListener(EventListener eventListener) Deprecated.protected voidshutdownConnection(NHttpConnection conn, Throwable cause) Deprecated.
-
Field Details
-
CONN_STATE
Deprecated.- See Also:
-
httpProcessor
protected final org.apache.http.protocol.HttpProcessor httpProcessorDeprecated. -
connStrategy
protected final org.apache.http.ConnectionReuseStrategy connStrategyDeprecated. -
allocator
Deprecated. -
params
protected final org.apache.http.params.HttpParams paramsDeprecated. -
eventListener
Deprecated.
-
-
Constructor Details
-
NHttpHandlerBase
public NHttpHandlerBase(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, org.apache.http.params.HttpParams params) Deprecated.
-
-
Method Details
-
getParams
public org.apache.http.params.HttpParams getParams()Deprecated. -
setEventListener
Deprecated. -
closeConnection
Deprecated. -
shutdownConnection
Deprecated. -
handleTimeout
Deprecated. -
canResponseHaveBody
protected boolean canResponseHaveBody(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response) Deprecated.
-