Class AsyncNHttpServiceHandler.ServerConnState

java.lang.Object
org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
Enclosing class:
AsyncNHttpServiceHandler

protected static class AsyncNHttpServiceHandler.ServerConnState extends Object
  • Constructor Details

    • ServerConnState

      protected ServerConnState()
  • Method Details

    • finishInput

      public void finishInput() throws IOException
      Throws:
      IOException
    • finishOutput

      public void finishOutput() throws IOException
      Throws:
      IOException
    • reset

      public void reset() throws IOException
      Throws:
      IOException
    • getRequestHandler

      public NHttpRequestHandler getRequestHandler()
    • setRequestHandler

      public void setRequestHandler(NHttpRequestHandler requestHandler)
    • getRequest

      public org.apache.http.HttpRequest getRequest()
    • setRequest

      public void setRequest(org.apache.http.HttpRequest request)
    • getConsumingEntity

      public ConsumingNHttpEntity getConsumingEntity()
    • setConsumingEntity

      public void setConsumingEntity(ConsumingNHttpEntity consumingEntity)
    • getResponse

      public org.apache.http.HttpResponse getResponse()
    • setResponse

      public void setResponse(org.apache.http.HttpResponse response)
    • getProducingEntity

      public ProducingNHttpEntity getProducingEntity()
    • setProducingEntity

      public void setProducingEntity(ProducingNHttpEntity producingEntity)
    • getIOException

      public IOException getIOException()
    • getIOExepction

      public IOException getIOExepction()
    • setIOException

      public void setIOException(IOException ex)
    • setIOExepction

      public void setIOExepction(IOException ex)
    • getHttpException

      public org.apache.http.HttpException getHttpException()
    • getHttpExepction

      public org.apache.http.HttpException getHttpExepction()
    • setHttpException

      public void setHttpException(org.apache.http.HttpException ex)
    • setHttpExepction

      public void setHttpExepction(org.apache.http.HttpException ex)
    • isHandled

      public boolean isHandled()
    • setHandled

      public void setHandled(boolean handled)