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 H2Config
H2Config.DEFAULT
static final H2Config
H2Config.INIT
Methods 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 H2Config
ClientH2StreamMultiplexerFactory.h2Config
private final H2Config
ServerH2StreamMultiplexerFactory.h2Config
private final H2Config
AbstractH2StreamMultiplexer.localConfig
private H2Config
AbstractH2StreamMultiplexer.remoteConfig
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type H2ConfigModifier and TypeMethodDescriptionprivate void
AbstractH2StreamMultiplexer.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 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 H2ConfigModifier and TypeMethodDescriptionH2MultiplexingRequesterBootstrap.setH2Config
(H2Config h2Config) Sets HTTP/2 protocol parametersfinal H2RequesterBootstrap
H2RequesterBootstrap.setH2Config
(H2Config h2Config) Sets HTTP/2 protocol parametersfinal H2ServerBootstrap
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 H2ConfigModifier and TypeFieldDescriptionprivate final H2Config
InternalClientProtocolNegotiationStarter.h2Config
private final H2Config
InternalServerProtocolNegotiationStarter.h2Config
Methods in org.apache.hc.core5.testing.nio with parameters of type H2ConfigModifier and TypeMethodDescriptionvoid
H2TestClient.start
(HttpProcessor httpProcessor, H2Config h2Config) void
H2TestServer.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)