Uses of Class
org.eclipse.jetty.client.transport.HttpChannel
Package
Description
-
Uses of HttpChannel in org.eclipse.jetty.client.transport
Modifier and TypeMethodDescriptionprotected HttpChannel
HttpReceiver.getHttpChannel()
protected HttpChannel
HttpSender.getHttpChannel()
Modifier and TypeMethodDescriptionprotected abstract Iterator<HttpChannel>
HttpConnection.getHttpChannels()
Modifier and TypeMethodDescriptionprotected SendFailure
HttpConnection.send
(HttpChannel channel, HttpExchange exchange) ModifierConstructorDescriptionprotected
HttpReceiver
(HttpChannel channel) protected
HttpSender
(HttpChannel channel) -
Uses of HttpChannel in org.eclipse.jetty.client.transport.internal
-
Uses of HttpChannel in org.eclipse.jetty.fcgi.client.transport.internal
ModifierConstructorDescriptionHttpReceiverOverFCGI
(HttpChannel channel) HttpSenderOverFCGI
(HttpChannel channel) -
Uses of HttpChannel in org.eclipse.jetty.http2.client.transport.internal
Modifier and TypeMethodDescriptionprotected Iterator<HttpChannel>
HttpConnectionOverHTTP2.getHttpChannels()