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 HttpChannelHttpReceiver.getHttpChannel()protected HttpChannelHttpSender.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 SendFailureHttpConnection.send(HttpChannel channel, HttpExchange exchange) Constructors in org.eclipse.jetty.client.transport with parameters of type HttpChannelModifierConstructorDescriptionprotectedHttpReceiver(HttpChannel channel) protectedHttpSender(HttpChannel channel)