org.apache.http.nio.protocol
Class AsyncNHttpServiceHandler.ServerConnState
java.lang.Object
org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
- Enclosing class:
- AsyncNHttpServiceHandler
protected static class AsyncNHttpServiceHandler.ServerConnState
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncNHttpServiceHandler.ServerConnState
protected AsyncNHttpServiceHandler.ServerConnState()
finishInput
public void finishInput()
throws IOException
- Throws:
IOException
finishOutput
public void finishOutput()
throws IOException
- Throws:
IOException
reset
public void reset()
throws IOException
- Throws:
IOException
getRequestHandler
public NHttpRequestHandler getRequestHandler()
setRequestHandler
public void setRequestHandler(NHttpRequestHandler requestHandler)
getRequest
public HttpRequest getRequest()
setRequest
public void setRequest(HttpRequest request)
getConsumingEntity
public ConsumingNHttpEntity getConsumingEntity()
setConsumingEntity
public void setConsumingEntity(ConsumingNHttpEntity consumingEntity)
getResponse
public HttpResponse getResponse()
setResponse
public void setResponse(HttpResponse response)
getProducingEntity
public ProducingNHttpEntity getProducingEntity()
setProducingEntity
public void setProducingEntity(ProducingNHttpEntity producingEntity)
getIOExepction
public IOException getIOExepction()
setIOExepction
public void setIOExepction(IOException ex)
getHttpExepction
public HttpException getHttpExepction()
setHttpExepction
public void setHttpExepction(HttpException ex)
isHandled
public boolean isHandled()
setHandled
public void setHandled(boolean handled)
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.