| Package | Description | 
|---|---|
| org.apache.hc.core5.http2.config | Core HTTP/2 configuration APIs. | 
| org.apache.hc.core5.http2.impl.nio | Default implementation of HTTP/2 transport based on
 the asynchronous (non-blocking) I/O model. | 
| org.apache.hc.core5.http2.impl.nio.bootstrap | HTTP/2 capable requester and server bootstrap. | 
| org.apache.hc.core5.testing.nio | 
| Modifier and Type | Field and Description | 
|---|---|
| static H2Config | H2Config. DEFAULT | 
| static H2Config | H2Config. INIT | 
| Modifier and Type | Method and Description | 
|---|---|
| H2Config | H2Config.Builder. build() | 
| Modifier and Type | Method and Description | 
|---|---|
| static H2Config.Builder | H2Config. copy(H2Config config) | 
| Modifier and Type | Method and Description | 
|---|---|
| H2MultiplexingRequesterBootstrap | H2MultiplexingRequesterBootstrap. setH2Config(H2Config h2Config)Sets HTTP/2 protocol parameters | 
| H2RequesterBootstrap | H2RequesterBootstrap. setH2Config(H2Config h2Config)Sets HTTP/2 protocol parameters | 
| H2ServerBootstrap | H2ServerBootstrap. setH2Config(H2Config h2Config)Sets HTTP/2 protocol parameters | 
| Modifier and Type | Method and Description | 
|---|---|
| void | H2TestClient. configure(H2Config h2Config) | 
| void | H2TestServer. configure(H2Config h2Config) | 
| void | H2TestClient. start(H2Config h2Config)Deprecated. 
 | 
| InetSocketAddress | H2TestServer. start(H2Config h2Config)Deprecated. 
 | 
| InetSocketAddress | H2TestServer. start(HttpProcessor httpProcessor,
     Decorator<AsyncServerExchangeHandler> exchangeHandlerDecorator,
     H2Config h2Config) | 
| void | H2TestClient. start(HttpProcessor httpProcessor,
     H2Config h2Config) | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.