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