Class HttpChannelOverHTTP2
java.lang.Object
org.eclipse.jetty.client.HttpChannel
org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
- All Implemented Interfaces:
CyclicTimeouts.Expirable
-
Constructor Summary
ConstructorsConstructorDescriptionHttpChannelOverHTTP2(HttpDestination destination, HttpConnectionOverHTTP2 connection, Session session) -
Method Summary
Modifier and TypeMethodDescriptionvoidexchangeTerminated(HttpExchange exchange, Result result) protected Connectionprotected HttpConnectionOverHTTP2protected HttpReceiverprotected HttpSenderbooleanisFailed()voidrelease()voidsend(HttpExchange exchange) voidtoString()Methods inherited from class org.eclipse.jetty.client.HttpChannel
abort, abortResponse, associate, destroy, disassociate, exchangeTerminating, getExpireNanoTime, getHttpDestination, getHttpExchange, proceed, send
-
Constructor Details
-
HttpChannelOverHTTP2
public HttpChannelOverHTTP2(HttpDestination destination, HttpConnectionOverHTTP2 connection, Session session)
-
-
Method Details
-
getHttpConnection
-
getSession
-
getStreamListener
-
getConnection
- Specified by:
getConnectionin classHttpChannel
-
getHttpSender
- Specified by:
getHttpSenderin classHttpChannel
-
getHttpReceiver
- Specified by:
getHttpReceiverin classHttpChannel
-
getStream
-
setStream
-
isFailed
public boolean isFailed() -
send
- Specified by:
sendin classHttpChannel
-
release
public void release()- Specified by:
releasein classHttpChannel
-
exchangeTerminated
- Overrides:
exchangeTerminatedin classHttpChannel
-
toString
- Overrides:
toStringin classHttpChannel
-