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 HttpChannelOverHTTP2HttpConnectionOverHTTP2. acquireHttpChannel()protected HttpChannelOverHTTP2HttpReceiverOverHTTP2. getHttpChannel()protected HttpChannelOverHTTP2HttpSenderOverHTTP2. getHttpChannel()protected HttpChannelOverHTTP2HttpConnectionOverHTTP2. newHttpChannel()Methods in org.eclipse.jetty.http2.client.http with parameters of type HttpChannelOverHTTP2 Modifier and Type Method Description protected booleanHttpConnectionOverHTTP2. release(HttpChannelOverHTTP2 channel)Constructors in org.eclipse.jetty.http2.client.http with parameters of type HttpChannelOverHTTP2 Constructor Description HttpSenderOverHTTP2(HttpChannelOverHTTP2 channel)
-