Class NioServerDomainSocketChannel

    • Constructor Detail

      • NioServerDomainSocketChannel

        public NioServerDomainSocketChannel()
        Create a new instance
      • NioServerDomainSocketChannel

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

        public NioServerDomainSocketChannel​(java.nio.channels.ServerSocketChannel channel)
        Create a new instance using the given ServerSocketChannel.