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. currentConfigMethods in one.nio.net that return SslConfig Modifier and Type Method Description static SslConfigSslConfig. from(Properties props)Methods in one.nio.net with parameters of type SslConfig Modifier and Type Method Description SslContextSslContext. configure(SslConfig config)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
-