Package org.eclipse.jetty.client.http
Class HttpChannelOverHTTP
java.lang.Object
org.eclipse.jetty.client.HttpChannel
org.eclipse.jetty.client.http.HttpChannelOverHTTP
- All Implemented Interfaces:
CyclicTimeouts.Expirable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexchangeTerminated(HttpExchange exchange, Result result) protected Connectionprotected HttpReceiverOverHTTPprotected HttpSenderOverHTTPprotected longprotected longprotected HttpReceiverOverHTTPprotected HttpSenderOverHTTPvoidreceive()voidrelease()voidsend(HttpExchange exchange) toString()Methods inherited from class org.eclipse.jetty.client.HttpChannel
abort, abortResponse, associate, destroy, disassociate, exchangeTerminating, getExpireNanoTime, getHttpDestination, getHttpExchange, proceed, send
-
Constructor Details
-
HttpChannelOverHTTP
-
-
Method Details
-
newHttpSender
-
newHttpReceiver
-
getConnection
- Specified by:
getConnectionin classHttpChannel
-
getHttpSender
- Specified by:
getHttpSenderin classHttpChannel
-
getHttpReceiver
- Specified by:
getHttpReceiverin classHttpChannel
-
getHttpConnection
-
send
- Specified by:
sendin classHttpChannel
-
release
public void release()- Specified by:
releasein classHttpChannel
-
receive
public void receive() -
exchangeTerminated
- Overrides:
exchangeTerminatedin classHttpChannel
-
getMessagesIn
protected long getMessagesIn() -
getMessagesOut
protected long getMessagesOut() -
toString
- Overrides:
toStringin classHttpChannel
-