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)

equals(Object)
getByName(String)
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)

getByName
  public static InetAddress getByName(String host)
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