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 ConsumingNHttpEntity
private boolean
private HttpException
private IOException
private ProducingNHttpEntity
private HttpRequest
private NHttpRequestHandler
private HttpResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
boolean
void
reset()
void
setConsumingEntity
(ConsumingNHttpEntity consumingEntity) void
setHandled
(boolean handled) void
void
void
void
void
setProducingEntity
(ProducingNHttpEntity producingEntity) void
setRequest
(HttpRequest request) void
setRequestHandler
(NHttpRequestHandler requestHandler) void
setResponse
(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)
-