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
Fields in org.eclipse.jetty.client declared as HttpChannelModifier and TypeFieldDescriptionprivate HttpChannel
HttpExchange._channel
private final HttpChannel
HttpReceiver.channel
private final HttpChannel
HttpSender.channel
Methods in org.eclipse.jetty.client that return HttpChannelModifier and TypeMethodDescriptionprivate HttpChannel
HttpExchange.getHttpChannel()
protected HttpChannel
HttpReceiver.getHttpChannel()
protected HttpChannel
HttpSender.getHttpChannel()
Methods in org.eclipse.jetty.client with parameters of type HttpChannelModifier and TypeMethodDescription(package private) boolean
HttpExchange.associate
(HttpChannel channel) Associates the givenchannel
to this exchange.(package private) void
HttpExchange.disassociate
(HttpChannel channel) protected SendFailure
HttpConnection.send
(HttpChannel channel, HttpExchange exchange) Constructors in org.eclipse.jetty.client with parameters of type HttpChannelModifierConstructorDescriptionprotected
HttpReceiver
(HttpChannel channel) protected
HttpSender
(HttpChannel channel) -
Uses of HttpChannel in org.eclipse.jetty.client.http
Subclasses of HttpChannel in org.eclipse.jetty.client.http