Uses of Enum Class
org.apache.cassandra.security.ISslContextFactory.SocketType
Packages that use ISslContextFactory.SocketType
-
Uses of ISslContextFactory.SocketType in org.apache.cassandra.security
Methods in org.apache.cassandra.security that return ISslContextFactory.SocketTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ISslContextFactory.SocketType[]ISslContextFactory.SocketType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.security with parameters of type ISslContextFactory.SocketTypeModifier and TypeMethodDescriptionio.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, String contextDescription) get a nettySslContextinstance