Class NioChannelOption<T>

    • Method Detail

      • of

        public static <T> ChannelOption<T> of​(java.net.SocketOption<T> option)
        Returns a ChannelOption for the given SocketOption.