Class SslHandlerFactory
java.lang.Object
com.couchbase.client.core.io.netty.SslHandlerFactory
public class SslHandlerFactory extends Object
This factory creates
SslHandler based on a given configuration.- Since:
- 2.0.0
-
Constructor Summary
Constructors Constructor Description SslHandlerFactory() -
Method Summary
Modifier and Type Method Description static com.couchbase.client.core.deps.io.netty.handler.ssl.SslHandlerget(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator allocator, SecurityConfig config, EndpointContext endpointContext)
-
Constructor Details
-
SslHandlerFactory
public SslHandlerFactory()
-
-
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, EndpointContext endpointContext) throws Exception- Throws:
Exception
-