Uses of Class
org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
-
Packages that use HttpChannelOverHTTP2 Package Description org.eclipse.jetty.http2.client.http -
-
Uses of HttpChannelOverHTTP2 in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http that return HttpChannelOverHTTP2 Modifier and Type Method Description protected HttpChannelOverHTTP2
HttpConnectionOverHTTP2. acquireHttpChannel()
protected HttpChannelOverHTTP2
HttpReceiverOverHTTP2. getHttpChannel()
protected HttpChannelOverHTTP2
HttpSenderOverHTTP2. getHttpChannel()
protected HttpChannelOverHTTP2
HttpConnectionOverHTTP2. newHttpChannel()
Methods in org.eclipse.jetty.http2.client.http with parameters of type HttpChannelOverHTTP2 Modifier and Type Method Description protected boolean
HttpConnectionOverHTTP2. release(HttpChannelOverHTTP2 channel)
Constructors in org.eclipse.jetty.http2.client.http with parameters of type HttpChannelOverHTTP2 Constructor Description HttpSenderOverHTTP2(HttpChannelOverHTTP2 channel)
-