Class NetUtils


  • public class NetUtils
    extends Object
    Author:
    yole
    • Method Detail

      • findAvailableSocketPort

        public static int findAvailableSocketPort()
                                           throws IOException
        Throws:
        IOException
      • findAvailableSocketPorts

        public static int[] findAvailableSocketPorts​(int capacity)
                                              throws IOException
        Throws:
        IOException
      • getLocalHostString

        public static String getLocalHostString()