Package org.cybergarage.upnp.ssdp
Class SSDP
java.lang.Object
org.cybergarage.upnp.ssdp.SSDP
public class SSDP extends Object
This class defines constant value related to SSDP.
All the values defined here are complaint to the UPnP Standard
All the values defined here are complaint to the UPnP Standard
- Version:
- 1.0
- Author:
- Satoshi "skonno" Konno, Stefano "Kismet" Lenzi
-
Field Summary
Fields Modifier and Type Field Description static StringADDRESSDefault IPv4 multicast address for SSDP messagesstatic intDEFAULT_MSEARCH_MXstatic StringIPV6_ADMINISTRATIVE_ADDRESSstatic StringIPV6_GLOBAL_ADDRESSstatic StringIPV6_LINK_LOCAL_ADDRESSstatic StringIPV6_SITE_LOCAL_ADDRESSstatic StringIPV6_SUBNET_ADDRESSstatic intPORTDefault destination port for SSDP multicast messagesstatic intRECV_MESSAGE_BUFSIZE -
Constructor Summary
Constructors Constructor Description SSDP() -
Method Summary
Modifier and Type Method Description static StringgetIPv6Address()static intgetLeaseTime(String cacheCont)static voidsetIPv6Address(String addr)
-
Field Details
-
PORT
public static final int PORTDefault destination port for SSDP multicast messages- See Also:
- Constant Field Values
-
ADDRESS
Default IPv4 multicast address for SSDP messages- See Also:
- Constant Field Values
-
IPV6_LINK_LOCAL_ADDRESS
- See Also:
- Constant Field Values
-
IPV6_SUBNET_ADDRESS
- See Also:
- Constant Field Values
-
IPV6_ADMINISTRATIVE_ADDRESS
- See Also:
- Constant Field Values
-
IPV6_SITE_LOCAL_ADDRESS
- See Also:
- Constant Field Values
-
IPV6_GLOBAL_ADDRESS
- See Also:
- Constant Field Values
-
DEFAULT_MSEARCH_MX
public static final int DEFAULT_MSEARCH_MX- See Also:
- Constant Field Values
-
RECV_MESSAGE_BUFSIZE
public static final int RECV_MESSAGE_BUFSIZE- See Also:
- Constant Field Values
-
-
Constructor Details
-
SSDP
public SSDP()
-
-
Method Details