Uses of Class
org.apache.cassandra.security.SSLFactory.SocketType
-
Packages that use SSLFactory.SocketType Package Description org.apache.cassandra.security -
-
Uses of SSLFactory.SocketType in org.apache.cassandra.security
Methods in org.apache.cassandra.security that return SSLFactory.SocketType Modifier and Type Method Description static SSLFactory.SocketTypeSSLFactory.SocketType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SSLFactory.SocketType[]SSLFactory.SocketType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.security with parameters of type SSLFactory.SocketType Modifier and Type Method Description static io.netty.handler.ssl.SslContextSSLFactory. getOrCreateSslContext(EncryptionOptions options, boolean buildTruststore, SSLFactory.SocketType socketType)get a nettySslContextinstance
-