Uses of Class
io.netty.util.DomainNameMapping
Packages that use DomainNameMapping
Package
Description
Utility classes used across multiple packages.
-
Uses of DomainNameMapping in io.netty.handler.ssl
Constructors in io.netty.handler.ssl with parameters of type DomainNameMappingModifierConstructorDescriptionSniHandler(DomainNameMapping<? extends SslContext> mapping) Creates a SNI detection handler with configuredSslContextmaintained byDomainNameMapping -
Uses of DomainNameMapping in io.netty.util
Subclasses of DomainNameMapping in io.netty.utilModifier and TypeClassDescriptionprivate static final classDeprecated.Immutable mapping from domain name pattern to its associated value object.Methods in io.netty.util that return DomainNameMappingModifier and TypeMethodDescriptionDeprecated.Deprecated.DomainMappingBuilder.build()Deprecated.Creates a new instance of immutableDomainNameMappingAttempts to add new mappings to the result object will causeUnsupportedOperationExceptionto be thrownDomainNameMappingBuilder.build()Deprecated.Creates a new instance of immutableDomainNameMappingAttempts to add new mappings to the result object will causeUnsupportedOperationExceptionto be thrown
DomainNameMappingBuilderto create and fill the mapping instead