Interface Stomp.Headers.Connected
-
- Enclosing interface:
- Stomp.Headers
public static interface Stomp.Headers.Connected
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEART_BEATstatic StringRESPONSE_IDstatic StringSERVERstatic StringSESSIONstatic StringVERSION
-
-
-
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
-
-