public class InBoundHeaders extends StringKeyStringValueIgnoreCaseMultivaluedMap
Such HTTP headers will be associated with the in-bound HTTP request on the server-side and the in-bound HTTP response on the client-side.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
InBoundHeaders() |
InBoundHeaders(InBoundHeaders that) |
addObject, get, getFirst, getFirst, putSingleObject
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 InBoundHeaders()
public InBoundHeaders(InBoundHeaders that)
Copyright © 2019 Oracle Corporation. All rights reserved.