Package | Description |
---|---|
org.eclipse.jetty.http2.client.http |
Modifier and Type | Field and Description |
---|---|
private HttpConnectionOverHTTP2 |
HttpChannelOverHTTP2.connection |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicMarkableReference<HttpConnectionOverHTTP2> |
HttpClientTransportOverHTTP2.SessionListenerPromise.connection |
Modifier and Type | Method and Description |
---|---|
protected HttpConnectionOverHTTP2 |
HttpChannelOverHTTP2.getHttpConnection() |
protected HttpConnectionOverHTTP2 |
HttpClientTransportOverHTTP2.newHttpConnection(HttpDestination destination,
Session session) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpClientTransportOverHTTP2.onClose(HttpConnectionOverHTTP2 connection,
GoAwayFrame frame) |
Constructor and Description |
---|
HttpChannelOverHTTP2(HttpDestination destination,
HttpConnectionOverHTTP2 connection,
Session session) |