Class NioDomainSocketChannel

    • Constructor Detail

      • NioDomainSocketChannel

        public NioDomainSocketChannel()
        Create a new instance
      • NioDomainSocketChannel

        public NioDomainSocketChannel​(java.nio.channels.spi.SelectorProvider provider)
        Create a new instance using the given SelectorProvider.
      • NioDomainSocketChannel

        public NioDomainSocketChannel​(java.nio.channels.SocketChannel socket)
        Create a new instance using the given SocketChannel.
      • NioDomainSocketChannel

        public NioDomainSocketChannel​(Channel parent,
                                      java.nio.channels.SocketChannel socket)
        Create a new instance
        Parameters:
        parent - the Channel which created this instance or null if it was created by the user
        socket - the SocketChannel which will be used