jetbrains.buildServer
Class NetworkUtil
java.lang.Object
jetbrains.buildServer.NetworkUtil
public class NetworkUtil
- extends java.lang.Object
- Author:
- Kir
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSelfAddresses
public static java.net.InetAddress[] getSelfAddresses()
throws java.net.SocketException
- Throws:
java.net.SocketException
isPortBusy
public static boolean isPortBusy(int port)
isPortBusy
public static boolean isPortBusy(java.lang.String host,
int port,
int connectTimeoutMsecs)
getFreePort
public static int getFreePort(int i)
getHostnameFromAddress
public static java.lang.String getHostnameFromAddress(java.lang.String address)