public class InboundConnectionSettings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.apache.cassandra.net.AcceptVersions |
acceptMessaging |
org.apache.cassandra.net.AcceptVersions |
acceptStreaming |
java.lang.Integer |
applicationReceiveQueueCapacityInBytes |
IInternodeAuthenticator |
authenticator |
InetAddressAndPort |
bindAddress |
EncryptionOptions.ServerEncryptionOptions |
encryption |
java.util.function.Function<InetAddressAndPort,InboundMessageHandlers> |
handlers |
SocketFactory |
socketFactory |
java.lang.Integer |
socketReceiveBufferSizeInBytes |
Constructor and Description |
---|
InboundConnectionSettings() |
public final IInternodeAuthenticator authenticator
public final InetAddressAndPort bindAddress
public final EncryptionOptions.ServerEncryptionOptions encryption
public final java.lang.Integer socketReceiveBufferSizeInBytes
public final java.lang.Integer applicationReceiveQueueCapacityInBytes
public final org.apache.cassandra.net.AcceptVersions acceptMessaging
public final org.apache.cassandra.net.AcceptVersions acceptStreaming
public final SocketFactory socketFactory
public final java.util.function.Function<InetAddressAndPort,InboundMessageHandlers> handlers
public boolean authenticate(InetAddressAndPort endpoint)
public boolean authenticate(java.net.InetAddress address, int port)
public java.lang.String toString()
toString
in class java.lang.Object
public InboundConnectionSettings withAuthenticator(IInternodeAuthenticator authenticator)
public InboundConnectionSettings withBindAddress(InetAddressAndPort bindAddress)
public InboundConnectionSettings withEncryption(EncryptionOptions.ServerEncryptionOptions encryption)
public InboundConnectionSettings withSocketReceiveBufferSizeInBytes(int socketReceiveBufferSizeInBytes)
public InboundConnectionSettings withApplicationReceiveQueueCapacityInBytes(int applicationReceiveQueueCapacityInBytes)
public InboundConnectionSettings withAcceptMessaging(org.apache.cassandra.net.AcceptVersions acceptMessaging)
public InboundConnectionSettings withAcceptStreaming(org.apache.cassandra.net.AcceptVersions acceptMessaging)
public InboundConnectionSettings withSocketFactory(SocketFactory socketFactory)
public InboundConnectionSettings withHandlers(java.util.function.Function<InetAddressAndPort,InboundMessageHandlers> handlers)
public InboundConnectionSettings withLegacySslStoragePortDefaults()
public InboundConnectionSettings withDefaults()
Copyright © 2009- The Apache Software Foundation