|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jini.discovery.Constants
public class 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 InetAddress |
getAnnouncementAddress()
Return the address of the multicast group over which the multicast announcement protocol takes place. |
static 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 InetAddress getRequestAddress() throws UnknownHostException
UnknownHostException
public static final InetAddress getAnnouncementAddress() throws UnknownHostException
UnknownHostException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |