Uses of Class
com.couchbase.client.core.env.SecurityConfig
-
Packages that use SecurityConfig Package Description com.couchbase.client.core.env com.couchbase.client.core.io.netty -
-
Uses of SecurityConfig in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return SecurityConfig Modifier and Type Method Description SecurityConfig
SecurityConfig.Builder. build()
static SecurityConfig
SecurityConfig. create()
SecurityConfig
CoreEnvironment. securityConfig()
-
Uses of SecurityConfig in com.couchbase.client.core.io.netty
Methods in com.couchbase.client.core.io.netty with parameters of type SecurityConfig Modifier and Type Method Description static com.couchbase.client.core.deps.io.netty.handler.ssl.SslHandler
SslHandlerFactory. get(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator allocator, SecurityConfig config)
-