Uses of Class
org.eclipse.jetty.client.HttpChannel
Packages that use HttpChannel
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of HttpChannel in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpChannelModifier and TypeMethodDescriptionprotected HttpChannelHttpReceiver.getHttpChannel()protected HttpChannelHttpSender.getHttpChannel()Methods in org.eclipse.jetty.client that return types with arguments of type HttpChannelModifier and TypeMethodDescriptionprotected abstract Iterator<HttpChannel>HttpConnection.getHttpChannels()Methods in org.eclipse.jetty.client with parameters of type HttpChannelModifier and TypeMethodDescriptionprotected SendFailureHttpConnection.send(HttpChannel channel, HttpExchange exchange) Constructors in org.eclipse.jetty.client with parameters of type HttpChannelModifierConstructorDescriptionprotectedHttpReceiver(HttpChannel channel) protectedHttpSender(HttpChannel channel) -
Uses of HttpChannel in org.eclipse.jetty.client.http
Subclasses of HttpChannel in org.eclipse.jetty.client.http -
Uses of HttpChannel in org.eclipse.jetty.fcgi.client.http
Subclasses of HttpChannel in org.eclipse.jetty.fcgi.client.httpConstructors in org.eclipse.jetty.fcgi.client.http with parameters of type HttpChannelModifierConstructorDescriptionHttpReceiverOverFCGI(HttpChannel channel) HttpSenderOverFCGI(HttpChannel channel) -
Uses of HttpChannel in org.eclipse.jetty.http2.client.http
Subclasses of HttpChannel in org.eclipse.jetty.http2.client.httpMethods in org.eclipse.jetty.http2.client.http that return types with arguments of type HttpChannelModifier and TypeMethodDescriptionprotected Iterator<HttpChannel>HttpConnectionOverHTTP2.getHttpChannels()Constructors in org.eclipse.jetty.http2.client.http with parameters of type HttpChannel