org.apache.http.nio.protocol
Class AsyncNHttpServiceHandler.ServerConnState

java.lang.Object
  extended by org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
Enclosing class:
AsyncNHttpServiceHandler

protected static class AsyncNHttpServiceHandler.ServerConnState
extends java.lang.Object


Constructor Summary
protected AsyncNHttpServiceHandler.ServerConnState()
           
 
Method Summary
 void finishInput()
           
 void finishOutput()
           
 ConsumingNHttpEntity getConsumingEntity()
           
 org.apache.http.HttpException getHttpExepction()
           
 java.io.IOException getIOExepction()
           
 ProducingNHttpEntity getProducingEntity()
           
 org.apache.http.HttpRequest getRequest()
           
 NHttpRequestHandler getRequestHandler()
           
 org.apache.http.HttpResponse getResponse()
           
 boolean isHandled()
           
 void reset()
           
 void setConsumingEntity(ConsumingNHttpEntity consumingEntity)
           
 void setHandled(boolean handled)
           
 void setHttpExepction(org.apache.http.HttpException ex)
           
 void setIOExepction(java.io.IOException ex)
           
 void setProducingEntity(ProducingNHttpEntity producingEntity)
           
 void setRequest(org.apache.http.HttpRequest request)
           
 void setRequestHandler(NHttpRequestHandler requestHandler)
           
 void setResponse(org.apache.http.HttpResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncNHttpServiceHandler.ServerConnState

protected AsyncNHttpServiceHandler.ServerConnState()
Method Detail

finishInput

public void finishInput()
                 throws java.io.IOException
Throws:
java.io.IOException

finishOutput

public void finishOutput()
                  throws java.io.IOException
Throws:
java.io.IOException

reset

public void reset()
           throws java.io.IOException
Throws:
java.io.IOException

getRequestHandler

public NHttpRequestHandler getRequestHandler()

setRequestHandler

public void setRequestHandler(NHttpRequestHandler requestHandler)

getRequest

public org.apache.http.HttpRequest getRequest()

setRequest

public void setRequest(org.apache.http.HttpRequest request)

getConsumingEntity

public ConsumingNHttpEntity getConsumingEntity()

setConsumingEntity

public void setConsumingEntity(ConsumingNHttpEntity consumingEntity)

getResponse

public org.apache.http.HttpResponse getResponse()

setResponse

public void setResponse(org.apache.http.HttpResponse response)

getProducingEntity

public ProducingNHttpEntity getProducingEntity()

setProducingEntity

public void setProducingEntity(ProducingNHttpEntity producingEntity)

getIOExepction

public java.io.IOException getIOExepction()

setIOExepction

public void setIOExepction(java.io.IOException ex)

getHttpExepction

public org.apache.http.HttpException getHttpExepction()

setHttpExepction

public void setHttpExepction(org.apache.http.HttpException ex)

isHandled

public boolean isHandled()

setHandled

public void setHandled(boolean handled)


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.