Uses of Enum Class
org.apache.cassandra.net.OutboundConnectionInitiator.SslFallbackConnectionType
Packages that use OutboundConnectionInitiator.SslFallbackConnectionType
-
Uses of OutboundConnectionInitiator.SslFallbackConnectionType in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return OutboundConnectionInitiator.SslFallbackConnectionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OutboundConnectionInitiator.SslFallbackConnectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.net with parameters of type OutboundConnectionInitiator.SslFallbackConnectionTypeModifier and TypeMethodDescriptionstatic io.netty.util.concurrent.Future<OutboundConnectionInitiator.Result<OutboundConnectionInitiator.Result.StreamingSuccess>>OutboundConnectionInitiator.initiateStreaming(io.netty.channel.EventLoop eventLoop, OutboundConnectionSettings settings, OutboundConnectionInitiator.SslFallbackConnectionType sslConnectionType) Initiate a connection with the requested messaging version.