context.arch.comm.protocol
Interface MulticastConstants

All Known Implementing Classes:
MulticastUDPSocket

public interface MulticastConstants

Version:
Author:
Agathe

Field Summary
static java.lang.String DEFAULT_MULTICAST_ADDRESS
          Multicast Address : between 224.0.0.0 and 239.255.255.255 Must be used for all components
static int DEFAULT_MULTICAST_PORT
          Multicast Port Must be used for all components
static int TTL_CONTINENT
           
static int TTL_COUNTRY
           
static int TTL_COUNTY
           
static int TTL_LOCAL_NETWORK
           
static int TTL_SITE
           
static int TTL_TRANSMITTER
           
static int TTL_WORLDWIDE
          Values for the multicast packet TTL
 

Field Detail

DEFAULT_MULTICAST_ADDRESS

public static final java.lang.String DEFAULT_MULTICAST_ADDRESS
Multicast Address : between 224.0.0.0 and 239.255.255.255 Must be used for all components

See Also:
Constant Field Values

DEFAULT_MULTICAST_PORT

public static final int DEFAULT_MULTICAST_PORT
Multicast Port Must be used for all components

See Also:
Constant Field Values

TTL_WORLDWIDE

public static final int TTL_WORLDWIDE
Values for the multicast packet TTL

See Also:
Constant Field Values

TTL_CONTINENT

public static final int TTL_CONTINENT
See Also:
Constant Field Values

TTL_COUNTRY

public static final int TTL_COUNTRY
See Also:
Constant Field Values

TTL_COUNTY

public static final int TTL_COUNTY
See Also:
Constant Field Values

TTL_SITE

public static final int TTL_SITE
See Also:
Constant Field Values

TTL_LOCAL_NETWORK

public static final int TTL_LOCAL_NETWORK
See Also:
Constant Field Values

TTL_TRANSMITTER

public static final int TTL_TRANSMITTER
See Also:
Constant Field Values