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.mappingConstructors in io.netty.handler.ssl with parameters of type MappingModifierConstructorDescriptionprivateAsyncMappingAdapter(Mapping<? super String, ? extends SslContext> mapping) SniHandler(Mapping<? super String, ? extends SslContext> mapping) Creates a SNI detection handler with configuredSslContextmaintained byMappingSniHandler(Mapping<? super String, ? extends SslContext> mapping, int maxClientHelloLength, long handshakeTimeoutMillis) Creates a SNI detection handler with configuredSslContextmaintained byMappingSniHandler(Mapping<? super String, ? extends SslContext> mapping, long handshakeTimeoutMillis) Creates a SNI detection handler with configuredSslContextmaintained byMapping -
Uses of Mapping in io.netty.util
Classes in io.netty.util that implement MappingModifier and TypeClassDescriptionclassDeprecated.private static final classDeprecated.Immutable mapping from domain name pattern to its associated value object.private static final classMethods in io.netty.util that return Mapping
DomainWildcardMappingBuilder}