Uses of Class
org.apache.hc.core5.http2.config.H2Config
-
Packages that use H2Config 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 -
-
Uses of H2Config in org.apache.hc.core5.http2.config
Fields in org.apache.hc.core5.http2.config declared as H2Config Modifier and Type Field Description static H2Config
H2Config. DEFAULT
static H2Config
H2Config. INIT
Methods in org.apache.hc.core5.http2.config that return H2Config Modifier and Type Method Description H2Config
H2Config.Builder. build()
Methods in org.apache.hc.core5.http2.config with parameters of type H2Config Modifier and Type Method Description static H2Config.Builder
H2Config. copy(H2Config config)
-
Uses of H2Config in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as H2Config Modifier and Type Field Description private H2Config
ClientH2StreamMultiplexerFactory. h2Config
private H2Config
ServerH2StreamMultiplexerFactory. h2Config
private H2Config
AbstractH2StreamMultiplexer. localConfig
private H2Config
AbstractH2StreamMultiplexer. remoteConfig
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type H2Config Modifier and Type Method Description private void
AbstractH2StreamMultiplexer. applyRemoteSettings(H2Config config)
-
Uses of H2Config in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as H2Config Modifier and Type Field Description private H2Config
H2MultiplexingRequesterBootstrap. h2Config
private H2Config
H2RequesterBootstrap. h2Config
private H2Config
H2ServerBootstrap. h2Config
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type H2Config Modifier and Type Method Description H2MultiplexingRequesterBootstrap
H2MultiplexingRequesterBootstrap. setH2Config(H2Config h2Config)
Sets HTTP/2 protocol parametersH2RequesterBootstrap
H2RequesterBootstrap. setH2Config(H2Config h2Config)
Sets HTTP/2 protocol parametersH2ServerBootstrap
H2ServerBootstrap. setH2Config(H2Config h2Config)
Sets HTTP/2 protocol parameters -
Uses of H2Config in org.apache.hc.core5.testing.nio
Fields in org.apache.hc.core5.testing.nio declared as H2Config Modifier and Type Field Description private H2Config
InternalClientProtocolNegotiationStarter. h2Config
private H2Config
InternalServerProtocolNegotiationStarter. h2Config
Methods in org.apache.hc.core5.testing.nio with parameters of type H2Config Modifier and Type Method Description void
H2TestClient. start(HttpProcessor httpProcessor, H2Config h2Config)
void
H2TestClient. start(H2Config h2Config)
java.net.InetSocketAddress
H2TestServer. start(HttpProcessor httpProcessor, Decorator<AsyncServerExchangeHandler> exchangeHandlerDecorator, H2Config h2Config)
java.net.InetSocketAddress
H2TestServer. start(H2Config h2Config)
Constructors in org.apache.hc.core5.testing.nio with parameters of type H2Config Constructor Description InternalClientProtocolNegotiationStarter(HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> exchangeHandlerFactory, HttpVersionPolicy versionPolicy, H2Config h2Config, Http1Config http1Config, CharCodingConfig charCodingConfig, javax.net.ssl.SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier)
InternalServerProtocolNegotiationStarter(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, HttpVersionPolicy versionPolicy, H2Config h2Config, Http1Config http1Config, CharCodingConfig charCodingConfig, javax.net.ssl.SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier)
-