Class ClientSslContextFactory
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.clients.ClientSslContextFactory
-
public final class ClientSslContextFactory extends Object
Class for setting up TLS connection.- Author:
- michal.polkorab
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SSLContext
getClientContext()
Returns the client context.
-
-
-
Method Detail
-
getClientContext
public static SSLContext getClientContext()
Returns the client context.
-
-