Uses of Interface
io.netty.util.AsyncMapping
Packages that use AsyncMapping
-
Uses of AsyncMapping in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement AsyncMappingFields in io.netty.handler.ssl declared as AsyncMappingModifier and TypeFieldDescriptionprotected final AsyncMapping
<String, SslContext> SniHandler.mapping
Constructors in io.netty.handler.ssl with parameters of type AsyncMappingModifierConstructorDescriptionSniHandler
(AsyncMapping<? super String, ? extends SslContext> mapping) Creates a SNI detection handler with configuredSslContext
maintained byAsyncMapping
SniHandler
(AsyncMapping<? super String, ? extends SslContext> mapping, int maxClientHelloLength, long handshakeTimeoutMillis) Creates a SNI detection handler with configuredSslContext
maintained byAsyncMapping
SniHandler
(AsyncMapping<? super String, ? extends SslContext> mapping, long handshakeTimeoutMillis) Creates a SNI detection handler with configuredSslContext
maintained byAsyncMapping