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(since="2021-05-27") public class HttpChannelOverHTTP extends HttpChannel
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description HttpChannelOverHTTP(HttpConnectionOverHTTP connection)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
exchangeTerminated(HttpExchange exchange, Result result)
Deprecated.Result
exchangeTerminating(HttpExchange exchange, Result result)
Deprecated.HttpConnectionOverHTTP
getHttpConnection()
Deprecated.void
receive()
Deprecated.void
release()
Deprecated.void
send(HttpExchange exchange)
Deprecated.java.lang.String
toString()
Deprecated.-
Methods inherited from class org.eclipse.jetty.client.HttpChannel
abort, abortResponse, associate, destroy, disassociate, getExpireNanoTime, getHttpDestination, getHttpExchange, proceed, send
-
-
-
-
Constructor Detail
-
HttpChannelOverHTTP
public HttpChannelOverHTTP(HttpConnectionOverHTTP connection)
Deprecated.
-
-
Method Detail
-
getHttpConnection
public HttpConnectionOverHTTP getHttpConnection()
Deprecated.
-
send
public void send(HttpExchange exchange)
Deprecated.- Specified by:
send
in classHttpChannel
-
release
public void release()
Deprecated.- Specified by:
release
in classHttpChannel
-
exchangeTerminating
public Result exchangeTerminating(HttpExchange exchange, Result result)
Deprecated.- Overrides:
exchangeTerminating
in classHttpChannel
-
receive
public void receive()
Deprecated.
-
exchangeTerminated
public void exchangeTerminated(HttpExchange exchange, Result result)
Deprecated.- Overrides:
exchangeTerminated
in classHttpChannel
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classHttpChannel
-
-