Uses of Class
org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
Packages that use HttpConnectionOverHTTP2
-
Uses of HttpConnectionOverHTTP2 in org.eclipse.jetty.http2.client.http
Fields in org.eclipse.jetty.http2.client.http declared as HttpConnectionOverHTTP2Modifier and TypeFieldDescriptionprivate final HttpConnectionOverHTTP2HttpChannelOverHTTP2.connectionFields in org.eclipse.jetty.http2.client.http with type parameters of type HttpConnectionOverHTTP2Modifier and TypeFieldDescriptionprivate final AtomicMarkableReference<HttpConnectionOverHTTP2> HttpClientTransportOverHTTP2.SessionListenerPromise.connectionMethods in org.eclipse.jetty.http2.client.http that return HttpConnectionOverHTTP2Modifier and TypeMethodDescriptionprivate HttpConnectionOverHTTP2HttpClientTransportOverHTTP2.SessionListenerPromise.getConnection()protected HttpConnectionOverHTTP2HttpChannelOverHTTP2.getHttpConnection()protected HttpConnectionOverHTTP2HttpClientTransportOverHTTP2.newHttpConnection(org.eclipse.jetty.client.HttpDestination destination, Session session) Methods in org.eclipse.jetty.http2.client.http with parameters of type HttpConnectionOverHTTP2Modifier and TypeMethodDescriptionprotected voidHttpClientTransportOverHTTP2.onClose(HttpConnectionOverHTTP2 connection, GoAwayFrame frame) Constructors in org.eclipse.jetty.http2.client.http with parameters of type HttpConnectionOverHTTP2ModifierConstructorDescriptionHttpChannelOverHTTP2(org.eclipse.jetty.client.HttpDestination destination, HttpConnectionOverHTTP2 connection, Session session)