Uses of Class
org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
-
Packages that use HttpConnectionOverHTTP2 Package Description org.eclipse.jetty.http2.client.http -
-
Uses of HttpConnectionOverHTTP2 in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http that return HttpConnectionOverHTTP2 Modifier and Type Method Description protected HttpConnectionOverHTTP2HttpChannelOverHTTP2. getHttpConnection()protected HttpConnectionOverHTTP2HttpClientTransportOverHTTP2. newHttpConnection(HttpDestination destination, Session session)Methods in org.eclipse.jetty.http2.client.http with parameters of type HttpConnectionOverHTTP2 Modifier and Type Method Description protected voidHttpClientTransportOverHTTP2. onClose(HttpConnectionOverHTTP2 connection, GoAwayFrame frame)Constructors in org.eclipse.jetty.http2.client.http with parameters of type HttpConnectionOverHTTP2 Constructor Description HttpChannelOverHTTP2(HttpDestination destination, HttpConnectionOverHTTP2 connection, Session session)
-