Package 

Class MuxServerSocketChannelFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • openAndBindServerSocketChannel

         static ServerSocketChannel openAndBindServerSocketChannel(Map<String, Object> properties, SocketAddress endpoint, int backlog)

        Opens and binds a new ServerSocketChannel instance.

        Parameters:
        properties - a Map of the values to be assigned to properties of the underlying ServerSocketChannel which is to actually listen on the specified endpoint.
        endpoint - the IP and port the new instance is to bind to
        backlog - the requested maximum number of pending incoming connections to be queued.