Class ChannelFactory.RawChannelFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      RawChannelFactory​(boolean tcpNoDelay, boolean tcpKeepAlive, boolean tcpReusedAddress, int tcpSendBufferSize, int tcpReceiveBufferSize)  
    • Method Summary

      Modifier and Type Method Description
      static java.nio.channels.SocketChannel accept​(java.nio.channels.ServerSocketChannel serverSocketChannel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RawChannelFactory

        public RawChannelFactory​(boolean tcpNoDelay,
                                 boolean tcpKeepAlive,
                                 boolean tcpReusedAddress,
                                 int tcpSendBufferSize,
                                 int tcpReceiveBufferSize)
    • Method Detail

      • accept

        public static java.nio.channels.SocketChannel accept​(java.nio.channels.ServerSocketChannel serverSocketChannel)
                                                      throws java.io.IOException
        Throws:
        java.io.IOException