Uses of Interface
io.netty.util.Mapping
Packages that use Mapping
Package
Description
Utility classes used across multiple packages.
-
Uses of Mapping in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as MappingModifier and TypeFieldDescriptionprivate final Mapping
<? super String, ? extends SslContext> SniHandler.AsyncMappingAdapter.mapping
Constructors in io.netty.handler.ssl with parameters of type MappingModifierConstructorDescriptionprivate
AsyncMappingAdapter
(Mapping<? super String, ? extends SslContext> mapping) SniHandler
(Mapping<? super String, ? extends SslContext> mapping) Creates a SNI detection handler with configuredSslContext
maintained byMapping
SniHandler
(Mapping<? super String, ? extends SslContext> mapping, int maxClientHelloLength, long handshakeTimeoutMillis) Creates a SNI detection handler with configuredSslContext
maintained byMapping
SniHandler
(Mapping<? super String, ? extends SslContext> mapping, long handshakeTimeoutMillis) Creates a SNI detection handler with configuredSslContext
maintained byMapping
-
Uses of Mapping in io.netty.util
Classes in io.netty.util that implement MappingModifier and TypeClassDescriptionclass
Deprecated.private static final class
Deprecated.Immutable mapping from domain name pattern to its associated value object.private static final class
Methods in io.netty.util that return Mapping
DomainWildcardMappingBuilder
}