java.lang.Object
org.miaixz.bus.http.Stomp.Header
- Enclosing class:
Stomp
Represents a STOMP header.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe acknowledgment mode header.static final StringThe destination header.static final StringThe heart-beat interval header.static final StringThe subscription ID header.static final StringThe message ID header.static final StringThe subscription identifier header.static final StringThe STOMP protocol version header. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION
The STOMP protocol version header.- See Also:
-
HEART_BEAT
The heart-beat interval header.- See Also:
-
DESTINATION
The destination header.- See Also:
-
MESSAGE_ID
The message ID header.- See Also:
-
ID
The subscription ID header.- See Also:
-
SUBSCRIPTION
The subscription identifier header.- See Also:
-
ACK
The acknowledgment mode header.- See Also:
-
-
Constructor Details
-
Header
Constructs a new header.- Parameters:
key- The header key.value- The header value.
-
-
Method Details