public interface Stomp
Modifier and Type | Interface and Description |
---|---|
static interface |
Stomp.Commands |
static interface |
Stomp.Headers |
static interface |
Stomp.Responses |
static class |
Stomp.Transformations |
Modifier and Type | Field and Description |
---|---|
static byte |
BREAK |
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 |
static final String NULL
static final String NEWLINE
static final byte BREAK
static final byte COLON
static final byte ESCAPE
static final byte[] ESCAPE_ESCAPE_SEQ
static final byte[] COLON_ESCAPE_SEQ
static final byte[] NEWLINE_ESCAPE_SEQ
static final String COMMA
static final String V1_0
static final String V1_1
static final String V1_2
static final String DEFAULT_HEART_BEAT
static final String DEFAULT_VERSION
static final String EMPTY
static final String[] SUPPORTED_PROTOCOL_VERSIONS
static final String TEXT_PLAIN
static final String TRUE
static final String FALSE
static final String END
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.