protected static class

AsyncNHttpServiceHandler.ServerConnState

extends Object
java.lang.Object
   ↳ org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState

Summary

Protected Constructors
AsyncNHttpServiceHandler.ServerConnState()
Public Methods
void finishInput()
void finishOutput()
ConsumingNHttpEntity getConsumingEntity()
HttpException getHttpException()
HttpException getHttpExepction()
IOException getIOException()
IOException getIOExepction()
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)
void setIOException(IOException ex)
void setIOExepction(IOException ex)
void setProducingEntity(ProducingNHttpEntity producingEntity)
void setRequest(HttpRequest request)
void setRequestHandler(NHttpRequestHandler requestHandler)
void setResponse(HttpResponse response)
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected AsyncNHttpServiceHandler.ServerConnState ()

Public Methods

public void finishInput ()

Throws
IOException

public void finishOutput ()

Throws
IOException

public ConsumingNHttpEntity getConsumingEntity ()

public HttpException getHttpException ()

public HttpException getHttpExepction ()

public IOException getIOException ()

public IOException getIOExepction ()

public ProducingNHttpEntity getProducingEntity ()

public HttpRequest getRequest ()

public NHttpRequestHandler getRequestHandler ()

public HttpResponse getResponse ()

public boolean isHandled ()

public void reset ()

Throws
IOException

public void setConsumingEntity (ConsumingNHttpEntity consumingEntity)

public void setHandled (boolean handled)

public void setHttpException (HttpException ex)

public void setHttpExepction (HttpException ex)

public void setIOException (IOException ex)

public void setIOExepction (IOException ex)

public void setProducingEntity (ProducingNHttpEntity producingEntity)

public void setRequest (HttpRequest request)

public void setRequestHandler (NHttpRequestHandler requestHandler)

public void setResponse (HttpResponse response)