|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.zoolu.net.IpAddress
IpAddress is an IP address.
| Constructor Summary | |
IpAddress(IpAddress ipaddr)
Creates an IpAddress |
|
IpAddress(java.lang.String address)
Creates an IpAddress |
|
| Method Summary | |
java.lang.Object |
clone()
Makes a copy |
boolean |
equals(java.lang.Object obj)
Wthether it is equal to Object obj |
static IpAddress |
getByName(java.lang.String host_addr)
Gets the IpAddress for a given fully-qualified host name. |
static IpAddress |
getLocalHostAddress()
Detects the default IP address of this host. |
java.lang.String |
toString()
Gets a String representation of the Object |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IpAddress(java.lang.String address)
public IpAddress(IpAddress ipaddr)
| Method Detail |
public java.lang.Object clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
public static IpAddress getByName(java.lang.String host_addr)
throws java.net.UnknownHostException
public static IpAddress getLocalHostAddress()
|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||