Uses of Class
io.netty.util.DomainNameMapping
-
Packages that use DomainNameMapping Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngineio.netty.util Utility classes used across multiple packages. -
-
Uses of DomainNameMapping in io.netty.handler.ssl
Constructors in io.netty.handler.ssl with parameters of type DomainNameMapping Constructor Description SniHandler(DomainNameMapping<? extends SslContext> mapping)Creates a SNI detection handler with configuredSslContextmaintained byDomainNameMapping -
Uses of DomainNameMapping in io.netty.util
Methods in io.netty.util that return DomainNameMapping Modifier and Type Method Description DomainNameMapping<V>DomainNameMapping. add(java.lang.String hostname, V output)Deprecated.useDomainNameMappingBuilderto create and fill the mapping insteadDomainNameMapping<V>DomainMappingBuilder. build()Deprecated.Creates a new instance of immutableDomainNameMappingAttempts to add new mappings to the result object will causeUnsupportedOperationExceptionto be thrownDomainNameMapping<V>DomainNameMappingBuilder. build()Deprecated.Creates a new instance of immutableDomainNameMappingAttempts to add new mappings to the result object will causeUnsupportedOperationExceptionto be thrown
-