Package | Description |
---|---|
io.netty.handler.ssl | |
io.netty.util |
Utility classes used across multiple packages.
|
Constructor and Description |
---|
SniHandler(Mapping<? super String,? extends SslContext> mapping)
Creates a SNI detection handler with configured
SslContext
maintained by Mapping |
SniHandler(Mapping<? super String,? extends SslContext> mapping,
int maxClientHelloLength,
long handshakeTimeoutMillis)
Creates a SNI detection handler with configured
SslContext
maintained by Mapping |
SniHandler(Mapping<? super String,? extends SslContext> mapping,
long handshakeTimeoutMillis)
Creates a SNI detection handler with configured
SslContext
maintained by Mapping |
Modifier and Type | Class and Description |
---|---|
class |
DomainNameMapping<V>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Mapping<String,V> |
DomainWildcardMappingBuilder.build()
Creates a new instance of an immutable
Mapping . |
Copyright © 2008–2024 The Netty Project. All rights reserved.