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 SocketFactoryInboundConnectionSettings. socketFactorySocketFactoryMessagingService. socketFactorySocketFactoryOutboundConnectionSettings. socketFactoryMethods in org.apache.cassandra.net that return SocketFactory Modifier and Type Method Description SocketFactoryOutboundConnectionSettings. socketFactory()Methods in org.apache.cassandra.net with parameters of type SocketFactory Modifier and Type Method Description InboundConnectionSettingsInboundConnectionSettings. withSocketFactory(SocketFactory socketFactory)OutboundConnectionSettingsOutboundConnectionSettings. withSocketFactory(SocketFactory socketFactory)
-