Uses of Class
org.eclipse.jetty.http2.client.HTTP2Client
Packages that use HTTP2Client
-
Uses of HTTP2Client in org.eclipse.jetty.http2.client
Fields in org.eclipse.jetty.http2.client declared as HTTP2ClientModifier and TypeFieldDescriptionprivate final HTTP2Client
HTTP2ClientConnectionFactory.HTTP2ClientConnection.client
Constructors in org.eclipse.jetty.http2.client with parameters of type HTTP2ClientModifierConstructorDescriptionprivate
HTTP2ClientConnection
(HTTP2Client client, org.eclipse.jetty.io.ByteBufferPool byteBufferPool, 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 HTTP2ClientMethods in org.eclipse.jetty.http2.client.http that return HTTP2ClientConstructors in org.eclipse.jetty.http2.client.http with parameters of type HTTP2Client