Interface Stomp.Headers.Connected
-
- Enclosing interface:
- Stomp.Headers
public static interface Stomp.Headers.Connected
-
-
Field Summary
Fields Modifier and Type Field Description static String
HEART_BEAT
static String
RESPONSE_ID
static String
SERVER
static String
SESSION
static String
VERSION
-
-
-
Field Detail
-
SESSION
static final String SESSION
- See Also:
- Constant Field Values
-
RESPONSE_ID
static final String RESPONSE_ID
- See Also:
- Constant Field Values
-
SERVER
static final String SERVER
- See Also:
- Constant Field Values
-
VERSION
static final String VERSION
- See Also:
- Constant Field Values
-
HEART_BEAT
static final String HEART_BEAT
- See Also:
- Constant Field Values
-
-