|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
protected static class AsyncNHttpServiceHandler.ServerConnState
Constructor Summary | |
---|---|
protected |
AsyncNHttpServiceHandler.ServerConnState()
|
Method Summary | |
---|---|
void |
finishInput()
|
void |
finishOutput()
|
ConsumingNHttpEntity |
getConsumingEntity()
|
HttpException |
getHttpException()
|
HttpException |
getHttpExepction()
Deprecated. |
IOException |
getIOException()
|
IOException |
getIOExepction()
Deprecated. |
ProducingNHttpEntity |
getProducingEntity()
|
HttpRequest |
getRequest()
|
NHttpRequestHandler |
getRequestHandler()
|
HttpResponse |
getResponse()
|
boolean |
isHandled()
|
void |
reset()
|
void |
setConsumingEntity(ConsumingNHttpEntity consumingEntity)
|
void |
setHandled(boolean handled)
|
void |
setHttpException(HttpException ex)
|
void |
setHttpExepction(HttpException ex)
Deprecated. |
void |
setIOException(IOException ex)
|
void |
setIOExepction(IOException ex)
Deprecated. |
void |
setProducingEntity(ProducingNHttpEntity producingEntity)
|
void |
setRequest(HttpRequest request)
|
void |
setRequestHandler(NHttpRequestHandler requestHandler)
|
void |
setResponse(HttpResponse response)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AsyncNHttpServiceHandler.ServerConnState()
Method Detail |
---|
public void finishInput() throws IOException
IOException
public void finishOutput() throws IOException
IOException
public void reset() throws IOException
IOException
public NHttpRequestHandler getRequestHandler()
public void setRequestHandler(NHttpRequestHandler requestHandler)
public HttpRequest getRequest()
public void setRequest(HttpRequest request)
public ConsumingNHttpEntity getConsumingEntity()
public void setConsumingEntity(ConsumingNHttpEntity consumingEntity)
public HttpResponse getResponse()
public void setResponse(HttpResponse response)
public ProducingNHttpEntity getProducingEntity()
public void setProducingEntity(ProducingNHttpEntity producingEntity)
public IOException getIOException()
@Deprecated public IOException getIOExepction()
public void setIOException(IOException ex)
@Deprecated public void setIOExepction(IOException ex)
public HttpException getHttpException()
@Deprecated public HttpException getHttpExepction()
public void setHttpException(HttpException ex)
@Deprecated public void setHttpExepction(HttpException ex)
public boolean isHandled()
public void setHandled(boolean handled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |