Uses of Class
org.eclipse.jetty.client.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
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.http
-
Uses of HttpChannel in org.eclipse.jetty.fcgi.client.http
ModifierConstructorDescriptionHttpReceiverOverFCGI
(HttpChannel channel) HttpSenderOverFCGI
(HttpChannel channel) -
Uses of HttpChannel in org.eclipse.jetty.http2.client.http
Modifier and TypeMethodDescriptionprotected Iterator<HttpChannel>
HttpConnectionOverHTTP2.getHttpChannels()