Class HttpChannelOverHTTP
java.lang.Object
org.eclipse.jetty.client.transport.HttpChannel
org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
- All Implemented Interfaces:
CyclicTimeouts.Expirable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exchangeTerminated
(HttpExchange exchange, Result result) protected Connection
protected HttpReceiverOverHTTP
protected HttpSenderOverHTTP
protected long
protected long
protected HttpReceiverOverHTTP
protected HttpSenderOverHTTP
void
receive()
void
release()
void
send
(HttpExchange exchange) toString()
Methods inherited from class org.eclipse.jetty.client.transport.HttpChannel
abort, abortResponse, associate, destroy, disassociate, exchangeTerminating, getExpireNanoTime, getHttpDestination, getHttpExchange, proceed, send
-
Constructor Details
-
HttpChannelOverHTTP
-
-
Method Details
-
newHttpSender
-
newHttpReceiver
-
getConnection
- Specified by:
getConnection
in classHttpChannel
-
getHttpSender
- Specified by:
getHttpSender
in classHttpChannel
-
getHttpReceiver
- Specified by:
getHttpReceiver
in classHttpChannel
-
getHttpConnection
-
send
- Specified by:
send
in classHttpChannel
-
release
public void release()- Specified by:
release
in classHttpChannel
-
receive
public void receive() -
exchangeTerminated
- Overrides:
exchangeTerminated
in classHttpChannel
-
getMessagesIn
protected long getMessagesIn() -
getMessagesOut
protected long getMessagesOut() -
toString
- Overrides:
toString
in classHttpChannel
-