|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cybergarage.upnp.ssdp.SSDP
public class SSDP
This class defines constant value related to SSDP.
All the values defined here are complaint to the UPnP Standard
Field Summary | |
---|---|
static String |
ADDRESS
Default IPv4 multicast address for SSDP messages |
static int |
DEFAULT_MSEARCH_MX
Default M-SEARCH MX value for SSDP multicast messages |
static String |
IPV6_ADMINISTRATIVE_ADDRESS
|
static String |
IPV6_GLOBAL_ADDRESS
|
static String |
IPV6_LINK_LOCAL_ADDRESS
|
static String |
IPV6_SITE_LOCAL_ADDRESS
|
static String |
IPV6_SUBNET_ADDRESS
|
static int |
PORT
Default destination port for SSDP multicast messages |
static int |
RECV_MESSAGE_BUFSIZE
Default buffer size for UDP packet |
Constructor Summary | |
---|---|
SSDP()
|
Method Summary | |
---|---|
static int |
getGlobalMSearchMX()
|
static String |
getIPv6Address()
|
static int |
getLeaseTime(String cacheCont)
|
static void |
setGlobalMSearchMX(int mx)
|
static void |
setIPv6Address(String addr)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int PORT
#SSDP_PORT}
public static int DEFAULT_MSEARCH_MX
#SSDP_MX}
public static int RECV_MESSAGE_BUFSIZE
#SSDP_BUFFER_SIZE}
public static final String ADDRESS
public static final String IPV6_LINK_LOCAL_ADDRESS
public static final String IPV6_SUBNET_ADDRESS
public static final String IPV6_ADMINISTRATIVE_ADDRESS
public static final String IPV6_SITE_LOCAL_ADDRESS
public static final String IPV6_GLOBAL_ADDRESS
Constructor Detail |
---|
public SSDP()
Method Detail |
---|
public static final void setIPv6Address(String addr)
public static final String getIPv6Address()
public static final int getLeaseTime(String cacheCont)
public static final void setGlobalMSearchMX(int mx)
public static final int getGlobalMSearchMX()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |