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 HttpChannelHttpExchange._channelprivate final HttpChannelHttpReceiver.channelprivate final HttpChannelHttpSender.channelMethods in org.eclipse.jetty.client that return HttpChannelModifier and TypeMethodDescriptionprivate HttpChannelHttpExchange.getHttpChannel()protected HttpChannelHttpReceiver.getHttpChannel()protected HttpChannelHttpSender.getHttpChannel()Methods in org.eclipse.jetty.client with parameters of type HttpChannelModifier and TypeMethodDescription(package private) booleanHttpExchange.associate(HttpChannel channel) Associates the givenchannelto this exchange.(package private) voidHttpExchange.disassociate(HttpChannel channel) protected 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