Package org.apache.http.nio.protocol
Class AsyncNHttpServiceHandler.ServerConnState
- java.lang.Object
-
- org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
- Enclosing class:
- AsyncNHttpServiceHandler
protected static class AsyncNHttpServiceHandler.ServerConnState extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedServerConnState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinishInput()voidfinishOutput()ConsumingNHttpEntitygetConsumingEntity()HttpExceptiongetHttpException()HttpExceptiongetHttpExepction()IOExceptiongetIOException()IOExceptiongetIOExepction()ProducingNHttpEntitygetProducingEntity()HttpRequestgetRequest()NHttpRequestHandlergetRequestHandler()HttpResponsegetResponse()booleanisHandled()voidreset()voidsetConsumingEntity(ConsumingNHttpEntity consumingEntity)voidsetHandled(boolean handled)voidsetHttpException(HttpException ex)voidsetHttpExepction(HttpException ex)voidsetIOException(IOException ex)voidsetIOExepction(IOException ex)voidsetProducingEntity(ProducingNHttpEntity producingEntity)voidsetRequest(HttpRequest request)voidsetRequestHandler(NHttpRequestHandler requestHandler)voidsetResponse(HttpResponse response)
-
-
-
Method Detail
-
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 HttpRequest getRequest()
-
setRequest
public void setRequest(HttpRequest request)
-
getConsumingEntity
public ConsumingNHttpEntity getConsumingEntity()
-
setConsumingEntity
public void setConsumingEntity(ConsumingNHttpEntity consumingEntity)
-
getResponse
public HttpResponse getResponse()
-
setResponse
public void setResponse(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 HttpException getHttpException()
-
getHttpExepction
public HttpException getHttpExepction()
-
setHttpException
public void setHttpException(HttpException ex)
-
setHttpExepction
public void setHttpExepction(HttpException ex)
-
isHandled
public boolean isHandled()
-
setHandled
public void setHandled(boolean handled)
-
-