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 H2ConfigH2Config. DEFAULTstatic H2ConfigH2Config. INITMethods in org.apache.hc.core5.http2.config that return H2Config Modifier and Type Method Description H2ConfigH2Config.Builder. build()Methods in org.apache.hc.core5.http2.config with parameters of type H2Config Modifier and Type Method Description static H2Config.BuilderH2Config. 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 H2ConfigClientH2StreamMultiplexerFactory. h2Configprivate H2ConfigServerH2StreamMultiplexerFactory. h2Configprivate H2ConfigAbstractH2StreamMultiplexer. localConfigprivate H2ConfigAbstractH2StreamMultiplexer. remoteConfigMethods in org.apache.hc.core5.http2.impl.nio with parameters of type H2Config Modifier and Type Method Description private voidAbstractH2StreamMultiplexer. 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 H2ConfigH2MultiplexingRequesterBootstrap. h2Configprivate H2ConfigH2RequesterBootstrap. h2Configprivate H2ConfigH2ServerBootstrap. h2ConfigMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type H2Config Modifier and Type Method Description H2MultiplexingRequesterBootstrapH2MultiplexingRequesterBootstrap. setH2Config(H2Config h2Config)Sets HTTP/2 protocol parametersH2RequesterBootstrapH2RequesterBootstrap. setH2Config(H2Config h2Config)Sets HTTP/2 protocol parametersH2ServerBootstrapH2ServerBootstrap. 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 H2ConfigInternalClientProtocolNegotiationStarter. h2Configprivate H2ConfigInternalServerProtocolNegotiationStarter. h2ConfigMethods in org.apache.hc.core5.testing.nio with parameters of type H2Config Modifier and Type Method Description voidH2TestClient. start(HttpProcessor httpProcessor, H2Config h2Config)voidH2TestClient. start(H2Config h2Config)java.net.InetSocketAddressH2TestServer. start(HttpProcessor httpProcessor, Decorator<AsyncServerExchangeHandler> exchangeHandlerDecorator, H2Config h2Config)java.net.InetSocketAddressH2TestServer. 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)
-