|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jini.discovery.Constants
A holder class for constants that pertain to the unicast and multicast discovery protocols.
Field Summary | |
static short |
discoveryPort
The port for both unicast and multicast boot requests. |
Method Summary | |
static java.net.InetAddress |
getAnnouncementAddress()
Return the address of the multicast group over which the multicast announcement protocol takes place. |
static java.net.InetAddress |
getRequestAddress()
Return the address of the multicast group over which the multicast request protocol takes place. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final short discoveryPort
Method Detail |
public static final java.net.InetAddress getRequestAddress() throws java.net.UnknownHostException
public static final java.net.InetAddress getAnnouncementAddress() throws java.net.UnknownHostException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |