Class SslHandlerFactory
java.lang.Object
com.couchbase.client.dcp.transport.netty.SslHandlerFactory
This factory creates
SslHandler based on a given configuration.-
Method Summary
Modifier and TypeMethodDescriptionstatic com.couchbase.client.core.deps.io.netty.handler.ssl.SslHandlerget(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator allocator, SecurityConfig config, HostAndPort peer, Authenticator authenticator)
-
Method Details
-
get
public static com.couchbase.client.core.deps.io.netty.handler.ssl.SslHandler get(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator allocator, SecurityConfig config, HostAndPort peer, Authenticator authenticator) throws Exception - Throws:
Exception
-