Class NHttpHandlerBase

java.lang.Object
org.apache.http.nio.protocol.NHttpHandlerBase
Direct Known Subclasses:
AsyncNHttpClientHandler, AsyncNHttpServiceHandler, ThrottlingHttpClientHandler, ThrottlingHttpServiceHandler

@Deprecated public abstract class NHttpHandlerBase extends Object
Deprecated.
(4.2) do not use
Since:
4.0
  • Field Details

    • CONN_STATE

      protected static final String CONN_STATE
      Deprecated.
      See Also:
    • httpProcessor

      protected final org.apache.http.protocol.HttpProcessor httpProcessor
      Deprecated.
    • connStrategy

      protected final org.apache.http.ConnectionReuseStrategy connStrategy
      Deprecated.
    • allocator

      protected final ByteBufferAllocator allocator
      Deprecated.
    • params

      protected final org.apache.http.params.HttpParams params
      Deprecated.
    • eventListener

      protected EventListener 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

      public void setEventListener(EventListener eventListener)
      Deprecated.
    • closeConnection

      protected void closeConnection(NHttpConnection conn, Throwable cause)
      Deprecated.
    • shutdownConnection

      protected void shutdownConnection(NHttpConnection conn, Throwable cause)
      Deprecated.
    • handleTimeout

      protected void handleTimeout(NHttpConnection conn)
      Deprecated.
    • canResponseHaveBody

      protected boolean canResponseHaveBody(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response)
      Deprecated.