Uses of Class
org.eclipse.jetty.http2.client.HTTP2Client
-
Packages that use HTTP2Client Package Description org.eclipse.jetty.http2.client org.eclipse.jetty.http2.client.http -
-
Uses of HTTP2Client in org.eclipse.jetty.http2.client
Fields in org.eclipse.jetty.http2.client declared as HTTP2Client Modifier and Type Field Description private HTTP2ClientHTTP2ClientConnectionFactory.HTTP2ClientConnection. clientConstructors in org.eclipse.jetty.http2.client with parameters of type HTTP2Client Constructor Description HTTP2ClientConnection(HTTP2Client client, org.eclipse.jetty.io.ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, org.eclipse.jetty.io.EndPoint endpoint, ISession session, int bufferSize, org.eclipse.jetty.util.Promise<Session> promise, Session.Listener listener) -
Uses of HTTP2Client in org.eclipse.jetty.http2.client.http
Fields in org.eclipse.jetty.http2.client.http declared as HTTP2Client Modifier and Type Field Description private HTTP2ClientHttpClientTransportOverHTTP2. clientMethods in org.eclipse.jetty.http2.client.http that return HTTP2Client Modifier and Type Method Description HTTP2ClientHttpClientTransportOverHTTP2. getHTTP2Client()Constructors in org.eclipse.jetty.http2.client.http with parameters of type HTTP2Client Constructor Description HttpClientTransportOverHTTP2(HTTP2Client client)
-