Uses of Class
one.nio.net.SslConfig
-
Packages that use SslConfig Package Description one.nio.net one.nio.server -
-
Uses of SslConfig in one.nio.net
Fields in one.nio.net declared as SslConfig Modifier and Type Field Description protected SslConfigSslContext. currentConfig(package private) SslConfig[]SslConfig. sniMethods in one.nio.net that return SslConfig Modifier and Type Method Description static SslConfigSslConfig. from(java.util.Properties props)Methods in one.nio.net with parameters of type SslConfig Modifier and Type Method Description SslContextSslContext. configure(SslConfig config)private NativeSslContext[]NativeSslContext. createSubcontexts(SslConfig[] sni)private voidSslContext. inherit(SslConfig parent, SslConfig[] children)voidJavaSslClientContext. setSNI(SslConfig[] sni)voidNativeSslContext. setSNI(SslConfig[] sni)abstract voidSslContext. setSNI(SslConfig[] sni) -
Uses of SslConfig in one.nio.server
Fields in one.nio.server declared as SslConfig Modifier and Type Field Description SslConfigAcceptorConfig. ssl
-