osmq.mcns
Class NetworkScope
java.lang.Object
osmq.mcns.NetworkScope
- public class NetworkScope
- extends java.lang.Object
This class should be modified to support the IP multicast topology used
for discovery.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCAL_DOTTED_IP_GROUP
public static final java.lang.String LOCAL_DOTTED_IP_GROUP
- See Also:
- Constant Field Values
EXTENDED_DOTTED_IP_GROUP
public static final java.lang.String EXTENDED_DOTTED_IP_GROUP
- See Also:
- Constant Field Values
LOCAL_TTL
public static final int LOCAL_TTL
- See Also:
- Constant Field Values
EXTENDED_TTL
public static final int EXTENDED_TTL
- See Also:
- Constant Field Values
LAN
public static final int LAN
- See Also:
- Constant Field Values
WAN
public static final int WAN
- See Also:
- Constant Field Values
isWan
public boolean isWan()
isLan
public boolean isLan()
getGroupAddress
public java.lang.String getGroupAddress()
setGroupAddress
public void setGroupAddress(java.lang.String dottedaddress)
setTtl
public void setTtl(int ttl)
getTtl
public int getTtl()
setLanScope
public static NetworkScope setLanScope()
setWanScope
public static NetworkScope setWanScope()
getScope
public static NetworkScope getScope()