Package org.apache.http.nio.protocol
Class AsyncNHttpServiceHandler.ServerConnState
java.lang.Object
org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
- Enclosing class:
AsyncNHttpServiceHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ConsumingNHttpEntityprivate booleanprivate HttpExceptionprivate IOExceptionprivate ProducingNHttpEntityprivate HttpRequestprivate NHttpRequestHandlerprivate HttpResponse -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleanvoidreset()voidsetConsumingEntity(ConsumingNHttpEntity consumingEntity) voidsetHandled(boolean handled) voidvoidvoidvoidvoidsetProducingEntity(ProducingNHttpEntity producingEntity) voidsetRequest(HttpRequest request) voidsetRequestHandler(NHttpRequestHandler requestHandler) voidsetResponse(HttpResponse response)
-
Field Details
-
requestHandler
-
request
-
consumingEntity
-
response
-
producingEntity
-
ioex
-
httpex
-
handled
private volatile boolean handled
-
-
Constructor Details
-
ServerConnState
protected ServerConnState()
-
-
Method Details
-
finishInput
- Throws:
IOException
-
finishOutput
- Throws:
IOException
-
reset
- Throws:
IOException
-
getRequestHandler
-
setRequestHandler
-
getRequest
-
setRequest
-
getConsumingEntity
-
setConsumingEntity
-
getResponse
-
setResponse
-
getProducingEntity
-
setProducingEntity
-
getIOException
-
getIOExepction
-
setIOException
-
setIOExepction
-
getHttpException
-
getHttpExepction
-
setHttpException
-
setHttpExepction
-
isHandled
public boolean isHandled() -
setHandled
public void setHandled(boolean handled)
-