Interface Stomp
-
public interface Stomp
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Stomp.Commands
static interface
Stomp.Headers
static interface
Stomp.Responses
static class
Stomp.Transformations
-
Field Summary
Fields Modifier and Type Field Description static byte
BREAK
static byte[]
CARRIAGE_ESCAPE_SEQ
static byte
CARRIAGE_RETURN
static byte
COLON
static byte[]
COLON_ESCAPE_SEQ
static String
COMMA
static String
DEFAULT_HEART_BEAT
static String
DEFAULT_VERSION
static String
EMPTY
static String
END
static byte
ESCAPE
static byte[]
ESCAPE_ESCAPE_SEQ
static String
FALSE
static String
NEWLINE
static byte[]
NEWLINE_ESCAPE_SEQ
static String
NULL
static String[]
SUPPORTED_PROTOCOL_VERSIONS
static String
TEXT_PLAIN
static String
TRUE
static String
V1_0
static String
V1_1
static String
V1_2
-
-
-
Field Detail
-
NULL
static final String NULL
- See Also:
- Constant Field Values
-
NEWLINE
static final String NEWLINE
- See Also:
- Constant Field Values
-
BREAK
static final byte BREAK
- See Also:
- Constant Field Values
-
COLON
static final byte COLON
- See Also:
- Constant Field Values
-
ESCAPE
static final byte ESCAPE
- See Also:
- Constant Field Values
-
CARRIAGE_RETURN
static final byte CARRIAGE_RETURN
- See Also:
- Constant Field Values
-
ESCAPE_ESCAPE_SEQ
static final byte[] ESCAPE_ESCAPE_SEQ
-
COLON_ESCAPE_SEQ
static final byte[] COLON_ESCAPE_SEQ
-
NEWLINE_ESCAPE_SEQ
static final byte[] NEWLINE_ESCAPE_SEQ
-
CARRIAGE_ESCAPE_SEQ
static final byte[] CARRIAGE_ESCAPE_SEQ
-
COMMA
static final String COMMA
- See Also:
- Constant Field Values
-
V1_0
static final String V1_0
- See Also:
- Constant Field Values
-
V1_1
static final String V1_1
- See Also:
- Constant Field Values
-
V1_2
static final String V1_2
- See Also:
- Constant Field Values
-
DEFAULT_HEART_BEAT
static final String DEFAULT_HEART_BEAT
- See Also:
- Constant Field Values
-
DEFAULT_VERSION
static final String DEFAULT_VERSION
- See Also:
- Constant Field Values
-
EMPTY
static final String EMPTY
- See Also:
- Constant Field Values
-
SUPPORTED_PROTOCOL_VERSIONS
static final String[] SUPPORTED_PROTOCOL_VERSIONS
-
TEXT_PLAIN
static final String TEXT_PLAIN
- See Also:
- Constant Field Values
-
TRUE
static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
static final String FALSE
- See Also:
- Constant Field Values
-
END
static final String END
- See Also:
- Constant Field Values
-
-