Uses of Class
org.eclipse.jetty.client.http.HttpChannelOverHTTP
-
Packages that use HttpChannelOverHTTP Package Description org.eclipse.jetty.client.http -
-
Uses of HttpChannelOverHTTP in org.eclipse.jetty.client.http
Fields in org.eclipse.jetty.client.http declared as HttpChannelOverHTTP Modifier and Type Field Description private HttpChannelOverHTTP
HttpConnectionOverHTTP. channel
Methods in org.eclipse.jetty.client.http that return HttpChannelOverHTTP Modifier and Type Method Description HttpChannelOverHTTP
HttpConnectionOverHTTP. getHttpChannel()
HttpChannelOverHTTP
HttpReceiverOverHTTP. getHttpChannel()
HttpChannelOverHTTP
HttpSenderOverHTTP. getHttpChannel()
protected HttpChannelOverHTTP
HttpConnectionOverHTTP. newHttpChannel()
Constructors in org.eclipse.jetty.client.http with parameters of type HttpChannelOverHTTP Constructor Description HttpReceiverOverHTTP(HttpChannelOverHTTP channel)
HttpSenderOverHTTP(HttpChannelOverHTTP channel)
-