public class Network extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getFreeServerPort() |
static int |
getFreeServerPort(InetAddress hostAdress) |
static InetAddress |
getLocalHost() |
static boolean |
localhostIsIPv6() |
public static boolean localhostIsIPv6()
throws UnknownHostException
UnknownHostExceptionpublic static InetAddress getLocalHost() throws UnknownHostException
UnknownHostExceptionpublic static int getFreeServerPort()
throws IOException
IOExceptionpublic static int getFreeServerPort(InetAddress hostAdress) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.