public class AsyncHttpConnection extends AbstractHttpConnection implements AsyncConnection
AbstractHttpConnection.Output, AbstractHttpConnection.OutputWriter
_connector, _generator, _in, _out, _parser, _printWriter, _request, _requestFields, _response, _responseFields, _server, _uri, _writer
_endp
Constructor and Description |
---|
AsyncHttpConnection(Connector connector,
EndPoint endpoint,
Server server) |
Modifier and Type | Method and Description |
---|---|
Connection |
handle()
Handle the connection.
|
void |
onInputShutdown() |
commitResponse, completeResponse, flushResponse, getAssociatedObject, getConnector, getCurrentConnection, getGenerator, getInputStream, getMaxIdleTime, getOutputStream, getParser, getPrintWriter, getRequest, getRequestFields, getRequests, getResolveNames, getResponse, getResponseFields, getServer, handleRequest, include, included, isConfidential, isExpecting100Continues, isExpecting102Processing, isIdle, isIncluding, isIntegral, isResponseCommitted, isSuspended, newHttpParser, onClose, reset, setAssociatedObject, setCurrentConnection, toString
getEndPoint, getTimeStamp, onIdleExpired
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getTimeStamp, isIdle, isSuspended, onClose, onIdleExpired
public Connection handle() throws IOException
Connection
handle
in interface Connection
handle
in class AbstractHttpConnection
IOException
public void onInputShutdown() throws IOException
onInputShutdown
in interface AsyncConnection
IOException
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.