Class Config.ServerSocket

  • Enclosing class:
    Config

    public static class Config.ServerSocket
    extends Config
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerSocket​(boolean tcpReuseAddress, java.net.InetSocketAddress localAddress)  
    • Method Summary

      Modifier and Type Method Description
      java.net.InetSocketAddress getLocalAddress()  
      • Methods inherited from class java.lang.Object

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

      • ServerSocket

        public ServerSocket​(boolean tcpReuseAddress,
                            java.net.InetSocketAddress localAddress)
    • Method Detail

      • getLocalAddress

        public java.net.InetSocketAddress getLocalAddress()