程序包 | 说明 |
---|---|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.util |
Utility classes used across multiple packages.
|
构造器和说明 |
---|
SniHandler(DomainNameMapping<? extends SslContext> mapping)
Create a SNI detection handler with configured
SslContext
maintained by DomainNameMapping |
限定符和类型 | 方法和说明 |
---|---|
DomainNameMapping<V> |
DomainNameMapping.add(java.lang.String hostname,
V output)
已过时。
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()
已过时。
Creates a new instance of immutable
DomainNameMapping
Attempts to add new mappings to the result object will cause UnsupportedOperationException to be thrown |