Package | Description |
---|---|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.util |
Utility classes used across multiple packages.
|
Constructor and Description |
---|
SniHandler(DomainNameMapping<? extends SslContext> mapping)
Create a SNI detection handler with configured
SslContext
maintained by DomainNameMapping |
Modifier and Type | Method and Description |
---|---|
DomainNameMapping<V> |
DomainNameMapping.add(java.lang.String hostname,
V output)
Deprecated.
use
DomainNameMappingBuilder to create and fill the mapping instead |
DomainNameMapping<V> |
DomainNameMappingBuilder.build()
Creates a new instance of immutable
DomainNameMapping
Attempts to add new mappings to the result object will cause UnsupportedOperationException to be thrown |
DomainNameMapping<V> |
DomainMappingBuilder.build()
Deprecated.
Creates a new instance of immutable
DomainNameMapping
Attempts to add new mappings to the result object will cause UnsupportedOperationException to be thrown |
Copyright © 2008–2018 The Netty Project. All rights reserved.