Package org.apache.cassandra.net
Class InboundConnectionInitiator
- java.lang.Object
-
- org.apache.cassandra.net.InboundConnectionInitiator
-
public class InboundConnectionInitiator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InboundConnectionInitiator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.channel.ChannelFuture
bind(InboundConnectionSettings settings, io.netty.channel.group.ChannelGroup channelGroup, java.util.function.Consumer<io.netty.channel.ChannelPipeline> pipelineInjector)
-
-
-
Method Detail
-
bind
public static io.netty.channel.ChannelFuture bind(InboundConnectionSettings settings, io.netty.channel.group.ChannelGroup channelGroup, java.util.function.Consumer<io.netty.channel.ChannelPipeline> pipelineInjector)
-
-