|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.aelitis.azureus.core.util.NetUtils
public class NetUtils
Constructor Summary | |
---|---|
NetUtils()
|
Method Summary | |
---|---|
static java.net.NetworkInterface |
getByInetAddress(java.net.InetAddress addr)
|
static java.net.NetworkInterface |
getByName(java.lang.String name)
|
static java.net.InetAddress |
getLocalHost()
|
static java.util.List<java.net.NetworkInterface> |
getNetworkInterfaces()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetUtils()
Method Detail |
---|
public static java.util.List<java.net.NetworkInterface> getNetworkInterfaces() throws java.net.SocketException
java.net.SocketException
public static java.net.InetAddress getLocalHost() throws java.net.UnknownHostException
java.net.UnknownHostException
public static java.net.NetworkInterface getByName(java.lang.String name) throws java.net.SocketException
java.net.SocketException
public static java.net.NetworkInterface getByInetAddress(java.net.InetAddress addr) throws java.net.SocketException
java.net.SocketException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |