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
All Methods Static Methods Concrete Methods 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 Detail
-
XMLNS
public static final String XMLNS
- See Also:
- Constant Field Values
-
TIMEOUT_HEADER
public static final String TIMEOUT_HEADER
- See Also:
- Constant Field Values
-
INFINITE_STRING
public static final String INFINITE_STRING
- See Also:
- Constant Field Values
-
INFINITE_VALUE
public static final int INFINITE_VALUE
- See Also:
- Constant Field Values
-
UUID
public static final String UUID
- See Also:
- Constant Field Values
-
SUBSCRIBE_METHOD
public static final String SUBSCRIBE_METHOD
- See Also:
- Constant Field Values
-
UNSUBSCRIBE_METHOD
public static final String UNSUBSCRIBE_METHOD
- See Also:
- Constant Field Values
-
-