API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.net. InterfaceAddress View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      InterfaceAddress
Implements
Subclasses
Description
public class InterfaceAddress
  This class represents a Network Interface address.
See also:    NetworkInterface
Constructors
pack-private InterfaceAddress ()
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares this object against the specified object.
public InetAddress getAddress ()
  Returns an InetAddress for this address.
public InetAddress getBroadcast ()
  Returns an InetAddress for the brodcast address for this InterfaceAddress.
public short getNetworkPrefixLength ()
  Returns the network prefix length for this address.
public int hashCode ()
  Returns a hashcode for this Interface address.
public String toString ()
  Converts this Interface address to a String.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar