Package org.eclipse.jetty.client.http
Class HttpChannelOverHTTP
java.lang.Object
org.eclipse.jetty.client.HttpChannel
org.eclipse.jetty.client.http.HttpChannelOverHTTP
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HttpConnectionOverHTTPprivate final LongAdderprivate final HttpReceiverOverHTTPprivate final HttpSenderOverHTTPFields inherited from class org.eclipse.jetty.client.HttpChannel
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexchangeTerminated(HttpExchange exchange, Result result) exchangeTerminating(HttpExchange exchange, Result result) protected 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, getHttpDestination, getHttpExchange, proceed, send
-
Field Details
-
connection
-
sender
-
receiver
-
outMessages
-
-
Constructor Details
-
HttpChannelOverHTTP
-
-
Method Details
-
newHttpSender
-
newHttpReceiver
-
getHttpSender
- Specified by:
getHttpSenderin classHttpChannel
-
getHttpReceiver
- Specified by:
getHttpReceiverin classHttpChannel
-
getHttpConnection
-
send
- Specified by:
sendin classHttpChannel
-
release
public void release()- Specified by:
releasein classHttpChannel
-
exchangeTerminating
- Overrides:
exchangeTerminatingin classHttpChannel
-
receive
public void receive() -
exchangeTerminated
- Overrides:
exchangeTerminatedin classHttpChannel
-
getMessagesIn
protected long getMessagesIn() -
getMessagesOut
protected long getMessagesOut() -
toString
- Overrides:
toStringin classHttpChannel
-