Package org.apache.http.nio.protocol
Class AsyncNHttpServiceHandler.ServerConnState
java.lang.Object
org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
- Enclosing class:
AsyncNHttpServiceHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidorg.apache.http.HttpExceptionorg.apache.http.HttpExceptionorg.apache.http.HttpRequestorg.apache.http.HttpResponsebooleanvoidreset()voidsetConsumingEntity(ConsumingNHttpEntity consumingEntity) voidsetHandled(boolean handled) voidsetHttpException(org.apache.http.HttpException ex) voidsetHttpExepction(org.apache.http.HttpException ex) voidvoidvoidsetProducingEntity(ProducingNHttpEntity producingEntity) voidsetRequest(org.apache.http.HttpRequest request) voidsetRequestHandler(NHttpRequestHandler requestHandler) voidsetResponse(org.apache.http.HttpResponse response)
-
Constructor Details
-
ServerConnState
protected ServerConnState()
-
-
Method Details
-
finishInput
- Throws:
IOException
-
finishOutput
- Throws:
IOException
-
reset
- Throws:
IOException
-
getRequestHandler
-
setRequestHandler
-
getRequest
public org.apache.http.HttpRequest getRequest() -
setRequest
public void setRequest(org.apache.http.HttpRequest request) -
getConsumingEntity
-
setConsumingEntity
-
getResponse
public org.apache.http.HttpResponse getResponse() -
setResponse
public void setResponse(org.apache.http.HttpResponse response) -
getProducingEntity
-
setProducingEntity
-
getIOException
-
getIOExepction
-
setIOException
-
setIOExepction
-
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)
-