Class net.InetAddress
All Packages This Package Previous Next
Class net.InetAddress
java.lang.Object
|
+----net.InetAddress
-
public final class
InetAddress
-
extends Object
-
address
-
Address number of this host in network byte order.
-
hostName
-
Hostname this address is for - also the key in the
above hash table.
-
localHostName
-
-
InetAddress(String)
-
-
InetAddress(String, InetAddress)
-
-
equals(Object)
-
-
getByName(String)
-
-
getByName(String, InetAddress)
-
-
getLocalHostName()
-
-
getPortByName(String)
-
-
toString()
-
localHostName
public static String localHostName
hostName
public String hostName
-
Hostname this address is for - also the key in the
above hash table.
address
public int address
-
Address number of this host in network byte order.
InetAddress
public InetAddress(String host)
InetAddress
public InetAddress(String host,
InetAddress DNShost)
getByName
public static InetAddress getByName(String host)
getByName
public static InetAddress getByName(String host,
InetAddress DNSHost)
getLocalHostName
public static String getLocalHostName()
getPortByName
public static synchronized int getPortByName(String name)
toString
public String toString()
equals
public boolean equals(Object o)
All Packages This Package Previous Next