Uses of Class
org.apache.cassandra.security.ISslContextFactory.SocketType
-
Packages that use ISslContextFactory.SocketType Package Description org.apache.cassandra.security -
-
Uses of ISslContextFactory.SocketType in org.apache.cassandra.security
Methods in org.apache.cassandra.security that return ISslContextFactory.SocketType Modifier and Type Method Description static ISslContextFactory.SocketTypeISslContextFactory.SocketType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ISslContextFactory.SocketType[]ISslContextFactory.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 ISslContextFactory.SocketType Modifier and Type Method Description io.netty.handler.ssl.SslContextAbstractSslContextFactory. createNettySslContext(boolean verifyPeerCertificate, ISslContextFactory.SocketType socketType, io.netty.handler.ssl.CipherSuiteFilter cipherFilter)io.netty.handler.ssl.SslContextISslContextFactory. createNettySslContext(boolean verifyPeerCertificate, ISslContextFactory.SocketType socketType, io.netty.handler.ssl.CipherSuiteFilter cipherFilter)Creates Netty's SslContext object.static io.netty.handler.ssl.SslContextSSLFactory. getOrCreateSslContext(EncryptionOptions options, boolean verifyPeerCertificate, ISslContextFactory.SocketType socketType, java.lang.String contextDescription)get a nettySslContextinstance
-