Class SniConfiguration
java.lang.Object
org.jboss.resteasy.plugins.server.netty.SniConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
TLS/SSL Server Name Indication configuration.
- Author:
- Sebastian Ćaskawiec
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final io.netty.util.DomainWildcardMappingBuilder
<io.netty.handler.ssl.SslContext> Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionSniConfiguration
(SSLContext defaultServerKeystore) Deprecated, for removal: This API element is subject to removal in a future version.Constructs newSniConfiguration
. -
Method Summary
Modifier and TypeMethodDescriptionaddSniMapping
(String sniHostName, SSLContext sslContext) Deprecated, for removal: This API element is subject to removal in a future version.Adds SNI mapping.protected io.netty.util.Mapping
<String, io.netty.handler.ssl.SslContext> Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
mapping
protected final io.netty.util.DomainWildcardMappingBuilder<io.netty.handler.ssl.SslContext> mappingDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
SniConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.Constructs newSniConfiguration
.- Parameters:
defaultServerKeystore
- default keystore to be used when no SNI is specified by the client.
-
-
Method Details
-
addSniMapping
Deprecated, for removal: This API element is subject to removal in a future version.Adds SNI mapping.- Parameters:
sniHostName
- SNI Host Name from TLS Extensions.sslContext
- SSLContext to be associated with given SNI Host Name.- Returns:
this
configuration.
-
buildMapping
Deprecated, for removal: This API element is subject to removal in a future version.
-