|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.client.AbstractHttpConnection
org.eclipse.jetty.client.AsyncHttpConnection
public class AsyncHttpConnection
Asynchronous Client HTTP Connection
Field Summary |
---|
Fields inherited from class org.eclipse.jetty.client.AbstractHttpConnection |
---|
_connectionHeader, _destination, _exchange, _generator, _http11, _parser, _pipeline, _reserved, _status |
Fields inherited from class org.eclipse.jetty.io.AbstractConnection |
---|
_endp |
Method Summary | |
---|---|
Connection |
handle()
Handle the connection. |
void |
onInputShutdown()
|
protected void |
reset()
|
boolean |
send(HttpExchange ex)
|
Methods inherited from class org.eclipse.jetty.client.AbstractHttpConnection |
---|
cancelIdleTimeout, close, commitRequest, dump, dump, exchangeExpired, getDestination, isIdle, isReserved, isSuspended, onClose, setDestination, setIdleTimeout, setReserved, toDetailString, toString |
Methods inherited from class org.eclipse.jetty.io.AbstractConnection |
---|
getEndPoint, getTimeStamp, onIdleExpired |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jetty.io.Connection |
---|
getTimeStamp, isIdle, isSuspended, onClose, onIdleExpired |
Method Detail |
---|
protected void reset() throws java.io.IOException
reset
in class AbstractHttpConnection
java.io.IOException
public Connection handle() throws java.io.IOException
Connection
handle
in interface Connection
handle
in class AbstractHttpConnection
java.io.IOException
- if the handling of I/O operations failpublic void onInputShutdown() throws java.io.IOException
onInputShutdown
in interface AsyncConnection
java.io.IOException
public boolean send(HttpExchange ex) throws java.io.IOException
send
in class AbstractHttpConnection
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |