Uses of Class
org.apache.hc.core5.http2.config.H2Config
Packages that use H2Config
Package
Description
Core HTTP/2 configuration APIs.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
HTTP/2 capable requester and server bootstrap.
-
Uses of H2Config in org.apache.hc.core5.http2.config
Fields in org.apache.hc.core5.http2.config declared as H2ConfigModifier and TypeFieldDescriptionstatic final H2ConfigH2Config.DEFAULTstatic final H2ConfigH2Config.INITMethods in org.apache.hc.core5.http2.config that return H2ConfigMethods in org.apache.hc.core5.http2.config with parameters of type H2Config -
Uses of H2Config in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as H2ConfigModifier and TypeFieldDescriptionprivate final H2ConfigClientH2StreamMultiplexerFactory.h2Configprivate final H2ConfigServerH2StreamMultiplexerFactory.h2Configprivate final H2ConfigAbstractH2StreamMultiplexer.localConfigprivate H2ConfigAbstractH2StreamMultiplexer.remoteConfigMethods in org.apache.hc.core5.http2.impl.nio with parameters of type H2ConfigModifier and TypeMethodDescriptionprivate voidAbstractH2StreamMultiplexer.applyRemoteSettings(H2Config config) Constructors in org.apache.hc.core5.http2.impl.nio with parameters of type H2ConfigModifierConstructorDescription(package private)AbstractH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, StreamIdGenerator idGenerator, HttpProcessor httpProcessor, CharCodingConfig charCodingConfig, H2Config h2Config, H2StreamListener streamListener) ClientH2StreamMultiplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig) ClientH2StreamMultiplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, H2Config h2Config, CharCodingConfig charCodingConfig) ClientH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener) ClientH2StreamMultiplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener) ServerH2StreamMultiplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, CharCodingConfig charCodingConfig, H2Config h2Config) ServerH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, CharCodingConfig charCodingConfig, H2Config h2Config, H2StreamListener streamListener) ServerH2StreamMultiplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener) -
Uses of H2Config in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as H2ConfigModifier and TypeFieldDescriptionprivate H2ConfigH2MultiplexingRequesterBootstrap.h2Configprivate H2ConfigH2RequesterBootstrap.h2Configprivate H2ConfigH2ServerBootstrap.h2ConfigMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type H2ConfigModifier and TypeMethodDescriptionH2MultiplexingRequesterBootstrap.setH2Config(H2Config h2Config) Sets HTTP/2 protocol parametersfinal H2RequesterBootstrapH2RequesterBootstrap.setH2Config(H2Config h2Config) Sets HTTP/2 protocol parametersfinal H2ServerBootstrapH2ServerBootstrap.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 H2ConfigModifier and TypeFieldDescriptionprivate final H2ConfigInternalClientProtocolNegotiationStarter.h2Configprivate final H2ConfigInternalServerProtocolNegotiationStarter.h2ConfigMethods in org.apache.hc.core5.testing.nio with parameters of type H2ConfigModifier and TypeMethodDescriptionvoidH2TestClient.start(HttpProcessor httpProcessor, H2Config h2Config) voidH2TestServer.start(HttpProcessor httpProcessor, Decorator<AsyncServerExchangeHandler> exchangeHandlerDecorator, H2Config h2Config) Constructors in org.apache.hc.core5.testing.nio with parameters of type H2ConfigModifierConstructorDescription(package private)InternalClientProtocolNegotiationStarter(HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> exchangeHandlerFactory, HttpVersionPolicy versionPolicy, H2Config h2Config, Http1Config http1Config, CharCodingConfig charCodingConfig, SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier) InternalServerProtocolNegotiationStarter(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, HttpVersionPolicy versionPolicy, H2Config h2Config, Http1Config http1Config, CharCodingConfig charCodingConfig, SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier)