Package | Description |
---|---|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
Modifier and Type | Class and Description |
---|---|
private static class |
SniHandler.AsyncMappingAdapter |
Modifier and Type | Field and Description |
---|---|
protected AsyncMapping<java.lang.String,SslContext> |
SniHandler.mapping |
Constructor and Description |
---|
SniHandler(AsyncMapping<? super java.lang.String,? extends SslContext> mapping)
Creates a SNI detection handler with configured
SslContext
maintained by AsyncMapping |