public interface Header
This interface defines all default headers in STOMP protocol.
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCEPT_VERSION
The versions of the STOMP protocol the client supports.
|
static String |
ACK
Specify message acknowledgment.
|
static String |
CONTENT_LENGTH
byte count for the length of the message body.
|
static String |
CONTENT_TYPE
Mime type which describes the format of the body.
|
static String |
DESTINATION
Indicates the destination to which the client wants to subscribe.
|
static String |
HEART_BEAT
Specify the test of healthiness of the underlying TCP connection
|
static String |
HOST
The name of a virtual host that the client wishes to connect to.
|
static String |
ID
The subscription ID.
|
static String |
LOGIN
The user id used to authenticate against a secured STOMP server.
|
static String |
MESSAGE
Error message.
|
static String |
MESSAGE_ID
Delivered message ID.
|
static String |
PASSCODE
The password used to authenticate against a secured STOMP server.
|
static String |
RECEIPT
Ask for server acknowledgment.
|
static String |
RECEIPT_ID
Server acknowledgment ID.
|
static String |
SERVER
Server name and version that exposes STOMP support.
|
static String |
SESSION
ID that identifies the session.
|
static String |
SUBSCRIPTION
Subscription ID.
|
static String |
TRANSACTION
The transaction ID.
|
static String |
VERSION
The supported protocol versions.
|
static final String ACCEPT_VERSION
static final String VERSION
static final String HOST
static final String LOGIN
static final String PASSCODE
static final String HEART_BEAT
static final String DESTINATION
static final String CONTENT_TYPE
static final String CONTENT_LENGTH
static final String ID
static final String ACK
static final String TRANSACTION
static final String RECEIPT
static final String RECEIPT_ID
static final String SUBSCRIPTION
static final String MESSAGE_ID
static final String MESSAGE
static final String SESSION
static final String SERVER
Copyright © 2015. All Rights Reserved.