|
||||||||||
| 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.BlockingHttpConnection
public class BlockingHttpConnection
Blocking 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. |
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 |
| Method Detail |
|---|
protected void reset()
throws java.io.IOException
reset in class AbstractHttpConnectionjava.io.IOException
public Connection handle()
throws java.io.IOException
Connection
handle in interface Connectionhandle in class AbstractHttpConnectionjava.io.IOException - if the handling of I/O operations fail
public boolean send(HttpExchange ex)
throws java.io.IOException
send in class AbstractHttpConnectionjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||