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
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
exchangeTerminated
(HttpExchange exchange, Result result) Deprecated.exchangeTerminating
(HttpExchange exchange, Result result) Deprecated.Deprecated.void
receive()
Deprecated.void
release()
Deprecated.void
send
(HttpExchange exchange) Deprecated.toString()
Deprecated.Methods inherited from class org.eclipse.jetty.client.HttpChannel
abort, abortResponse, associate, destroy, disassociate, getExpireNanoTime, getHttpDestination, getHttpExchange, proceed, send
-
Constructor Details
-
HttpChannelOverHTTP
Deprecated.
-
-
Method Details
-
getHttpConnection
Deprecated. -
send
Deprecated.- Specified by:
send
in classHttpChannel
-
release
public void release()Deprecated.- Specified by:
release
in classHttpChannel
-
exchangeTerminating
Deprecated.- Overrides:
exchangeTerminating
in classHttpChannel
-
receive
public void receive()Deprecated. -
exchangeTerminated
Deprecated.- Overrides:
exchangeTerminated
in classHttpChannel
-
toString
Deprecated.- Overrides:
toString
in classHttpChannel
-