public class Headers extends HashMap<String,String>
HashMap
to store STOMP frame headers. This implementations offer fluent methods to
ease the construction of the headers.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Headers() |
Modifier and Type | Method and Description |
---|---|
Headers |
add(String header,
String value) |
Headers |
addAll(Map<String,String> other) |
static Headers |
create() |
static Headers |
create(Map<String,String> headers) |
static Headers |
create(String... kv) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2022 Eclipse. All rights reserved.