Uses of Class
org.eclipse.jetty.client.transport.HttpChannel
Packages that use HttpChannel
-
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)