Uses of Class
org.apache.cassandra.net.SocketFactory
-
Packages that use SocketFactory Package Description org.apache.cassandra.net -
-
Uses of SocketFactory in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as SocketFactory Modifier and Type Field Description SocketFactory
InboundConnectionSettings. socketFactory
SocketFactory
MessagingService. socketFactory
SocketFactory
OutboundConnectionSettings. socketFactory
Methods in org.apache.cassandra.net that return SocketFactory Modifier and Type Method Description SocketFactory
OutboundConnectionSettings. socketFactory()
Methods in org.apache.cassandra.net with parameters of type SocketFactory Modifier and Type Method Description InboundConnectionSettings
InboundConnectionSettings. withSocketFactory(SocketFactory socketFactory)
OutboundConnectionSettings
OutboundConnectionSettings. withSocketFactory(SocketFactory socketFactory)
-