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 TypeMethodDescriptionvoid
void
org.apache.http.HttpException
org.apache.http.HttpException
org.apache.http.HttpRequest
org.apache.http.HttpResponse
boolean
void
reset()
void
setConsumingEntity
(ConsumingNHttpEntity consumingEntity) void
setHandled
(boolean handled) void
setHttpException
(org.apache.http.HttpException ex) void
setHttpExepction
(org.apache.http.HttpException ex) void
void
void
setProducingEntity
(ProducingNHttpEntity producingEntity) void
setRequest
(org.apache.http.HttpRequest request) void
setRequestHandler
(NHttpRequestHandler requestHandler) void
setResponse
(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)
-