Interface Headers
Represents the headers of a STOMP frame.
Headers are key-value pairs that provide metadata about the STOMP frame.
Each key can have multiple values.
The first value for a given key can be retrieved using the getFirst(String) method.
The first value is also the true value. Subsequent values are provided to give a history of changes to that value
over eventual multiple hops.
Implementations may not be thread-safe.
- Since:
- 1.0.0
-
Nested Class Summary
-
Method Summary
Methods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
addFirst
-
getFirst
-