Uses of Class
org.eclipse.jetty.client.HttpChannel
-
Packages that use HttpChannel Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.fcgi.client.http -
-
Uses of HttpChannel in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpChannel Modifier and Type Field Description private HttpChannel
HttpExchange. _channel
private HttpChannel
HttpReceiver. channel
private HttpChannel
HttpSender. channel
Methods in org.eclipse.jetty.client that return HttpChannel Modifier and Type Method Description private HttpChannel
HttpExchange. getHttpChannel()
protected HttpChannel
HttpReceiver. getHttpChannel()
protected HttpChannel
HttpSender. getHttpChannel()
Methods in org.eclipse.jetty.client that return types with arguments of type HttpChannel Modifier and Type Method Description protected abstract java.util.Iterator<HttpChannel>
HttpConnection. getHttpChannels()
protected java.util.Iterator<HttpChannel>
HttpConnection.RequestTimeouts. iterator()
Methods in org.eclipse.jetty.client with parameters of type HttpChannel Modifier and Type Method Description (package private) boolean
HttpExchange. associate(HttpChannel channel)
Associates the givenchannel
to this exchange.(package private) void
HttpExchange. disassociate(HttpChannel channel)
protected boolean
HttpConnection.RequestTimeouts. onExpired(HttpChannel channel)
protected SendFailure
HttpConnection. send(HttpChannel channel, HttpExchange exchange)
Constructors in org.eclipse.jetty.client with parameters of type HttpChannel Constructor Description HttpReceiver(HttpChannel channel)
HttpSender(HttpChannel channel)
-
Uses of HttpChannel in org.eclipse.jetty.client.http
Subclasses of HttpChannel in org.eclipse.jetty.client.http Modifier and Type Class Description class
HttpChannelOverHTTP
Methods in org.eclipse.jetty.client.http that return types with arguments of type HttpChannel Modifier and Type Method Description protected java.util.Iterator<HttpChannel>
HttpConnectionOverHTTP.Delegate. getHttpChannels()
-
Uses of HttpChannel in org.eclipse.jetty.fcgi.client.http
Subclasses of HttpChannel in org.eclipse.jetty.fcgi.client.http Modifier and Type Class Description class
HttpChannelOverFCGI
Methods in org.eclipse.jetty.fcgi.client.http that return types with arguments of type HttpChannel Modifier and Type Method Description protected java.util.Iterator<HttpChannel>
HttpConnectionOverFCGI.Delegate. getHttpChannels()
Constructors in org.eclipse.jetty.fcgi.client.http with parameters of type HttpChannel Constructor Description HttpReceiverOverFCGI(HttpChannel channel)
HttpSenderOverFCGI(HttpChannel channel)
-