Class HttpChannelOverHTTP3
java.lang.Object
org.eclipse.jetty.client.HttpChannel
org.eclipse.jetty.http3.client.http.internal.HttpChannelOverHTTP3
- All Implemented Interfaces:
CyclicTimeouts.Expirable
-
Constructor Summary
ConstructorsConstructorDescriptionHttpChannelOverHTTP3
(HttpDestination destination, HttpConnectionOverHTTP3 connection, HTTP3SessionClient session) -
Method Summary
Modifier and TypeMethodDescriptionvoid
exchangeTerminated
(HttpExchange exchange, Result result) protected HttpReceiver
protected HttpSender
void
release()
void
send
(HttpExchange exchange) void
toString()
Methods inherited from class org.eclipse.jetty.client.HttpChannel
abort, abortResponse, associate, destroy, disassociate, exchangeTerminating, getExpireNanoTime, getHttpDestination, getHttpExchange, proceed, send
-
Constructor Details
-
HttpChannelOverHTTP3
public HttpChannelOverHTTP3(HttpDestination destination, HttpConnectionOverHTTP3 connection, HTTP3SessionClient session)
-
-
Method Details
-
getSession
-
getStreamListener
-
getHttpSender
- Specified by:
getHttpSender
in classHttpChannel
-
getHttpReceiver
- Specified by:
getHttpReceiver
in classHttpChannel
-
getStream
-
setStream
-
send
- Specified by:
send
in classHttpChannel
-
exchangeTerminated
- Overrides:
exchangeTerminated
in classHttpChannel
-
release
public void release()- Specified by:
release
in classHttpChannel
-
toString
- Overrides:
toString
in classHttpChannel
-