Package | Description |
---|---|
io.netty.handler.ssl | |
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(String hostname,
V output)
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.