Uses of Class
org.eclipse.jetty.client.transport.HttpChannel
Packages that use HttpChannel
Package
Description
-
Uses of HttpChannel in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport that return HttpChannelModifier and TypeMethodDescriptionprotected HttpChannel
HttpReceiver.getHttpChannel()
protected HttpChannel
HttpSender.getHttpChannel()
Methods in org.eclipse.jetty.client.transport that return types with arguments of type HttpChannelModifier and TypeMethodDescriptionprotected abstract Iterator<HttpChannel>
HttpConnection.getHttpChannels()
Methods in org.eclipse.jetty.client.transport with parameters of type HttpChannelModifier and TypeMethodDescriptionprotected SendFailure
HttpConnection.send
(HttpChannel channel, HttpExchange exchange) Constructors in org.eclipse.jetty.client.transport with parameters of type HttpChannelModifierConstructorDescriptionprotected
HttpReceiver
(HttpChannel channel) protected
HttpSender
(HttpChannel channel) -
Uses of HttpChannel in org.eclipse.jetty.client.transport.internal
Subclasses of HttpChannel in org.eclipse.jetty.client.transport.internal -
Uses of HttpChannel in org.eclipse.jetty.fcgi.client.transport.internal
Subclasses of HttpChannel in org.eclipse.jetty.fcgi.client.transport.internalConstructors in org.eclipse.jetty.fcgi.client.transport.internal with parameters of type HttpChannelModifierConstructorDescriptionHttpReceiverOverFCGI
(HttpChannel channel) HttpSenderOverFCGI
(HttpChannel channel) -
Uses of HttpChannel in org.eclipse.jetty.http2.client.transport.internal
Subclasses of HttpChannel in org.eclipse.jetty.http2.client.transport.internalMethods in org.eclipse.jetty.http2.client.transport.internal that return types with arguments of type HttpChannelModifier and TypeMethodDescriptionprotected Iterator<HttpChannel>
HttpConnectionOverHTTP2.getHttpChannels()
Constructors in org.eclipse.jetty.http2.client.transport.internal with parameters of type HttpChannel