Package | Description |
---|---|
org.eclipse.jetty.http2.client | |
org.eclipse.jetty.http2.client.http | |
org.eclipse.jetty.test.webapp |
Modifier and Type | Field and Description |
---|---|
private HTTP2Client |
HTTP2ClientConnectionFactory.HTTP2ClientConnection.client |
Constructor and Description |
---|
HTTP2ClientConnection(HTTP2Client client,
ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endpoint,
Parser parser,
ISession session,
int bufferSize,
Promise<Session> promise,
Session.Listener listener) |
Modifier and Type | Field and Description |
---|---|
private HTTP2Client |
HttpClientTransportOverHTTP2.client |
Modifier and Type | Method and Description |
---|---|
HTTP2Client |
HttpClientTransportOverHTTP2.getHTTP2Client() |
Constructor and Description |
---|
HttpClientTransportOverHTTP2(HTTP2Client client) |
Modifier and Type | Field and Description |
---|---|
private HTTP2Client |
HTTP1Servlet.http2Client |