Class SocketFactory


  • public final class SocketFactory
    extends java.lang.Object
    A factory for building Netty Channels. Channels here are setup with a pipeline to participate in the internode protocol handshake, either the inbound or outbound side as per the method invoked.
    • Method Detail

      • outboundStreamingGroup

        public io.netty.channel.EventLoopGroup outboundStreamingGroup()
      • shutdownNow

        public void shutdownNow()