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 String
INFINITE_STRING
static int
INFINITE_VALUE
static String
SUBSCRIBE_METHOD
static String
TIMEOUT_HEADER
static String
UNSUBSCRIBE_METHOD
static String
UUID
static String
XMLNS
-
Constructor Summary
Constructors Constructor Description Subscription()
-
Method Summary
Modifier and Type Method Description static String
createSID()
static String
getSID(String headerValue)
static long
getTimeout(String headerValue)
static String
toSIDHeaderString(String id)
static String
toTimeoutHeaderString(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