Package org.apache.cassandra.net
Class InboundConnectionSettings
java.lang.Object
org.apache.cassandra.net.InboundConnectionSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.apache.cassandra.net.AcceptVersionsfinal org.apache.cassandra.net.AcceptVersionsfinal Integerfinal IInternodeAuthenticatorfinal InetAddressAndPortfinal SocketFactoryfinal Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()withAcceptMessaging(org.apache.cassandra.net.AcceptVersions acceptMessaging) withAcceptStreaming(org.apache.cassandra.net.AcceptVersions acceptMessaging) withApplicationReceiveQueueCapacityInBytes(int applicationReceiveQueueCapacityInBytes) withAuthenticator(IInternodeAuthenticator authenticator) withBindAddress(InetAddressAndPort bindAddress) withSocketFactory(SocketFactory socketFactory) withSocketReceiveBufferSizeInBytes(int socketReceiveBufferSizeInBytes)
-
Field Details
-
authenticator
-
bindAddress
-
encryption
-
socketReceiveBufferSizeInBytes
-
applicationReceiveQueueCapacityInBytes
-
acceptMessaging
public final org.apache.cassandra.net.AcceptVersions acceptMessaging -
acceptStreaming
public final org.apache.cassandra.net.AcceptVersions acceptStreaming -
socketFactory
-
handlers
-
-
Constructor Details
-
InboundConnectionSettings
public InboundConnectionSettings()
-
-
Method Details
-
toString
-
withAuthenticator
-
withBindAddress
-
withEncryption
public InboundConnectionSettings withEncryption(EncryptionOptions.ServerEncryptionOptions encryption) -
withSocketReceiveBufferSizeInBytes
public InboundConnectionSettings withSocketReceiveBufferSizeInBytes(int socketReceiveBufferSizeInBytes) -
withApplicationReceiveQueueCapacityInBytes
public InboundConnectionSettings withApplicationReceiveQueueCapacityInBytes(int applicationReceiveQueueCapacityInBytes) -
withAcceptMessaging
public InboundConnectionSettings withAcceptMessaging(org.apache.cassandra.net.AcceptVersions acceptMessaging) -
withAcceptStreaming
public InboundConnectionSettings withAcceptStreaming(org.apache.cassandra.net.AcceptVersions acceptMessaging) -
withSocketFactory
-
withHandlers
public InboundConnectionSettings withHandlers(Function<InetAddressAndPort, InboundMessageHandlers> handlers) -
withLegacySslStoragePortDefaults
-
withDefaults
-