|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.net.InetAddress
| Constructor Summary | |
protected |
InetAddress(byte[] b)
|
| Method Summary | |
byte[] |
getAddress()
|
static InetAddress |
getByName(String host)
|
String |
getHostAddress()
|
String |
getHostName()
|
static InetAddress |
getLocalHost()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, toString |
| Constructor Detail |
protected InetAddress(byte[] b)
throws UnknownHostException
| Method Detail |
public byte[] getAddress()
public static InetAddress getByName(String host)
throws UnknownHostException
UnknownHostExceptionpublic String getHostAddress()
public String getHostName()
public static InetAddress getLocalHost()
throws UnknownHostException
UnknownHostException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||