Uses of Class
org.apache.cassandra.net.InboundConnectionSettings
Packages that use InboundConnectionSettings
-
Uses of InboundConnectionSettings in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return InboundConnectionSettingsModifier and TypeMethodDescriptionInboundConnectionSettings.withAcceptMessaging(org.apache.cassandra.net.AcceptVersions acceptMessaging) InboundConnectionSettings.withAcceptStreaming(org.apache.cassandra.net.AcceptVersions acceptMessaging) InboundConnectionSettings.withApplicationReceiveQueueCapacityInBytes(int applicationReceiveQueueCapacityInBytes) InboundConnectionSettings.withAuthenticator(IInternodeAuthenticator authenticator) InboundConnectionSettings.withBindAddress(InetAddressAndPort bindAddress) InboundConnectionSettings.withDefaults()InboundConnectionSettings.withEncryption(EncryptionOptions.ServerEncryptionOptions encryption) InboundConnectionSettings.withHandlers(Function<InetAddressAndPort, InboundMessageHandlers> handlers) InboundConnectionSettings.withLegacySslStoragePortDefaults()InboundConnectionSettings.withSocketFactory(SocketFactory socketFactory) InboundConnectionSettings.withSocketReceiveBufferSizeInBytes(int socketReceiveBufferSizeInBytes) Methods in org.apache.cassandra.net with parameters of type InboundConnectionSettingsModifier and TypeMethodDescriptionstatic io.netty.channel.ChannelFutureInboundConnectionInitiator.bind(InboundConnectionSettings settings, io.netty.channel.group.ChannelGroup channelGroup, Consumer<io.netty.channel.ChannelPipeline> pipelineInjector)