Uses of Class
one.nio.net.SslContext
-
Packages that use SslContext Package Description one.nio.net one.nio.pool -
-
Uses of SslContext in one.nio.net
Methods in one.nio.net that return SslContext Modifier and Type Method Description SslContextSslContext. configure(SslConfig config)static SslContextSslContext. create()static SslContextSslContext. getDefault()abstract SslContextSocket. getSslContext()Methods in one.nio.net with parameters of type SslContext Modifier and Type Method Description abstract SocketSocket. sslWrap(SslContext context) -
Uses of SslContext in one.nio.pool
Fields in one.nio.pool declared as SslContext Modifier and Type Field Description protected SslContextSocketPool. sslContextMethods in one.nio.pool that return SslContext Modifier and Type Method Description SslContextSocketPool. getSslContext()Methods in one.nio.pool with parameters of type SslContext Modifier and Type Method Description voidSocketPool. setSslContext(SslContext sslContext)
-