|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.util.MulticastDiscoveryClient.Server
public class MulticastDiscoveryClient.Server
Class description.
Constructor Summary | |
---|---|
MulticastDiscoveryClient.Server(java.net.InetAddress inetAddress,
int iPort)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Equals. |
java.net.InetAddress |
getInetAddress()
Get the address of the server. |
int |
getPort()
Get the server port. |
int |
hashCode()
Hash code. |
java.lang.String |
toString()
Creates a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MulticastDiscoveryClient.Server(java.net.InetAddress inetAddress, int iPort)
inetAddress
- the server addressiPort
- the server portMethod Detail |
---|
public java.net.InetAddress getInetAddress()
public int getPort()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |