Uses of Class
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Packages that use H2MultiplexingRequesterBootstrap
Package
Description
HTTP/2 capable requester and server bootstrap.
-
Uses of H2MultiplexingRequesterBootstrap in org.apache.hc.core5.http2.impl.nio.bootstrap
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap that return H2MultiplexingRequesterBootstrapModifier and TypeMethodDescriptionH2MultiplexingRequesterBootstrap.bootstrap()
H2MultiplexingRequesterBootstrap.register
(String uriPattern, Supplier<AsyncPushConsumer> supplier) Registers the givenAsyncPushConsumer
Supplier
as a default handler for URIs matching the given pattern.H2MultiplexingRequesterBootstrap.registerVirtual
(String hostname, String uriPattern, Supplier<AsyncPushConsumer> supplier) Registers the givenAsyncPushConsumer
Supplier
as a handler for URIs matching the given host and the pattern.H2MultiplexingRequesterBootstrap.setCharCodingConfig
(CharCodingConfig charCodingConfig) Sets message char coding.H2MultiplexingRequesterBootstrap.setExceptionCallback
(Callback<Exception> exceptionCallback) H2MultiplexingRequesterBootstrap.setH2Config
(H2Config h2Config) Sets HTTP/2 protocol parametersH2MultiplexingRequesterBootstrap.setHttpProcessor
(HttpProcessor httpProcessor) AssignsHttpProcessor
instance.H2MultiplexingRequesterBootstrap.setIOReactorConfig
(IOReactorConfig ioReactorConfig) Sets I/O reactor configuration.H2MultiplexingRequesterBootstrap.setIOSessionDecorator
(Decorator<IOSession> ioSessionDecorator) H2MultiplexingRequesterBootstrap.setIOSessionListener
(IOSessionListener sessionListener) AssignsIOSessionListener
instance.H2MultiplexingRequesterBootstrap.setStreamListener
(H2StreamListener streamListener) AssignsH2StreamListener
instance.H2MultiplexingRequesterBootstrap.setStrictALPNHandshake
(boolean strictALPNHandshake) H2MultiplexingRequesterBootstrap.setTlsStrategy
(TlsStrategy tlsStrategy) AssignsTlsStrategy
instance.H2MultiplexingRequesterBootstrap.setUriPatternType
(UriPatternType uriPatternType) AssignsUriPatternType
for handler registration.