Uses of Class
org.eclipse.jetty.client.http.HttpChannelOverHTTP
Packages that use HttpChannelOverHTTP
-
Uses of HttpChannelOverHTTP in org.eclipse.jetty.client.http
Fields in org.eclipse.jetty.client.http declared as HttpChannelOverHTTPModifier and TypeFieldDescriptionprivate final HttpChannelOverHTTP
HttpConnectionOverHTTP.channel
Methods in org.eclipse.jetty.client.http that return HttpChannelOverHTTPModifier and TypeMethodDescriptionHttpConnectionOverHTTP.getHttpChannel()
HttpReceiverOverHTTP.getHttpChannel()
HttpSenderOverHTTP.getHttpChannel()
protected HttpChannelOverHTTP
HttpConnectionOverHTTP.newHttpChannel()
Constructors in org.eclipse.jetty.client.http with parameters of type HttpChannelOverHTTPModifierConstructorDescriptionHttpReceiverOverHTTP
(HttpChannelOverHTTP channel) HttpSenderOverHTTP
(HttpChannelOverHTTP channel)