Uses of Class
io.netty5.util.DomainNameMapping
-
Packages that use DomainNameMapping Package Description io.netty5.handler.ssl io.netty5.util Utility classes used across multiple packages. -
-
Uses of DomainNameMapping in io.netty5.handler.ssl
Constructors in io.netty5.handler.ssl with parameters of type DomainNameMapping Constructor Description SniHandler(DomainNameMapping<? extends SslContext> mapping)
Creates a SNI detection handler with configuredSslContext
maintained byDomainNameMapping
-
Uses of DomainNameMapping in io.netty5.util
Methods in io.netty5.util that return DomainNameMapping Modifier and Type Method Description DomainNameMapping<V>
DomainNameMapping. add(String hostname, V output)
Deprecated.useDomainNameMappingBuilder
to create and fill the mapping insteadDomainNameMapping<V>
DomainMappingBuilder. build()
Deprecated.Creates a new instance of immutableDomainNameMapping
Attempts to add new mappings to the result object will causeUnsupportedOperationException
to be thrownDomainNameMapping<V>
DomainNameMappingBuilder. build()
Deprecated.Creates a new instance of immutableDomainNameMapping
Attempts to add new mappings to the result object will causeUnsupportedOperationException
to be thrown
-