Package org.cybergarage.upnp.event
Class Subscription
java.lang.Object
org.cybergarage.upnp.event.Subscription
public class Subscription extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringINFINITE_STRINGstatic intINFINITE_VALUEstatic StringSUBSCRIBE_METHODstatic StringTIMEOUT_HEADERstatic StringUNSUBSCRIBE_METHODstatic StringUUIDstatic StringXMLNS -
Constructor Summary
Constructors Constructor Description Subscription() -
Method Summary
Modifier and Type Method Description static StringcreateSID()static StringgetSID(String headerValue)static longgetTimeout(String headerValue)static StringtoSIDHeaderString(String id)static StringtoTimeoutHeaderString(long time)
-
Field Details
-
XMLNS
- See Also:
- Constant Field Values
-
TIMEOUT_HEADER
- See Also:
- Constant Field Values
-
INFINITE_STRING
- See Also:
- Constant Field Values
-
INFINITE_VALUE
public static final int INFINITE_VALUE- See Also:
- Constant Field Values
-
UUID
- See Also:
- Constant Field Values
-
SUBSCRIBE_METHOD
- See Also:
- Constant Field Values
-
UNSUBSCRIBE_METHOD
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Subscription
public Subscription()
-
-
Method Details