public class OutBoundHeaders extends StringKeyObjectValueIgnoreCaseMultivaluedMap
Such HTTP headers will be associated with the out-bound HTTP request on the client-side and the out-bound HTTP response on the server-side.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
OutBoundHeaders() |
OutBoundHeaders(OutBoundHeaders that) |
get, getFirst, getFirst
add, getFirst, getList, putSingle
clear, containsValue, get, removeEldestEntry
clone, containsKey, entrySet, getDEFAULT_INITIAL_CAPACITY, getModCount, isEmpty, put, putAll, remove, size
finalize, getClass, notify, notifyAll, wait, wait, wait
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
public OutBoundHeaders()
public OutBoundHeaders(OutBoundHeaders that)
Copyright © 2019 Oracle Corporation. All rights reserved.