Interface Stomp.Headers.Connect
-
- Enclosing interface:
- Stomp.Headers
public static interface Stomp.Headers.Connect
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCEPT_VERSION
static String
CLIENT_ID
static String
HEART_BEAT
static String
HOST
static String
LOGIN
static String
PASSCODE
static String
REQUEST_ID
-
-
-
Field Detail
-
LOGIN
static final String LOGIN
- See Also:
- Constant Field Values
-
PASSCODE
static final String PASSCODE
- See Also:
- Constant Field Values
-
CLIENT_ID
static final String CLIENT_ID
- See Also:
- Constant Field Values
-
REQUEST_ID
static final String REQUEST_ID
- See Also:
- Constant Field Values
-
ACCEPT_VERSION
static final String ACCEPT_VERSION
- See Also:
- Constant Field Values
-
HOST
static final String HOST
- See Also:
- Constant Field Values
-
HEART_BEAT
static final String HEART_BEAT
- See Also:
- Constant Field Values
-
-