static MinimalH2AsyncClient |
HttpAsyncClients.createHttp2Minimal() |
Creates MinimalH2AsyncClient instance optimized for HTTP/2 multiplexing message
transport without advanced HTTP protocol functionality.
|
static MinimalH2AsyncClient |
HttpAsyncClients.createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config h2Config) |
Creates MinimalH2AsyncClient instance optimized for HTTP/2 multiplexing message
transport without advanced HTTP protocol functionality.
|
static MinimalH2AsyncClient |
HttpAsyncClients.createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config h2Config,
org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig) |
Creates MinimalH2AsyncClient instance optimized for HTTP/2 multiplexing message
transport without advanced HTTP protocol functionality.
|
static MinimalH2AsyncClient |
HttpAsyncClients.createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config h2Config,
org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig,
DnsResolver dnsResolver,
org.apache.hc.core5.http.nio.ssl.TlsStrategy tlsStrategy) |
Creates MinimalH2AsyncClient instance optimized for HTTP/2 multiplexing message
transport without advanced HTTP protocol functionality.
|
static MinimalH2AsyncClient |
HttpAsyncClients.createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config h2Config,
org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig,
org.apache.hc.core5.http.nio.ssl.TlsStrategy tlsStrategy) |
Creates MinimalH2AsyncClient instance optimized for HTTP/2 multiplexing message
transport without advanced HTTP protocol functionality.
|
private static MinimalH2AsyncClient |
HttpAsyncClients.createMinimalHttp2AsyncClientImpl(org.apache.hc.core5.reactor.IOEventHandlerFactory eventHandlerFactory,
AsyncPushConsumerRegistry pushConsumerRegistry,
org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig,
DnsResolver dnsResolver,
org.apache.hc.core5.http.nio.ssl.TlsStrategy tlsStrategy) |
|