com.sun.jersey.core.header
Class InBoundHeaders
java.lang.Object
java.util.AbstractMap<K,V>
com.sun.jersey.core.util.KeyComparatorHashMap<K,V>
com.sun.jersey.core.util.KeyComparatorLinkedHashMap<String,List<V>>
com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap<String>
com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
com.sun.jersey.core.header.InBoundHeaders
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,List<String>>, MultivaluedMap<String,String>
public class InBoundHeaders
- extends StringKeyStringValueIgnoreCaseMultivaluedMap
In-bound HTTP headers.
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.
- Author:
- Paul.Sandoz@Sun.Com
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
InBoundHeaders
public InBoundHeaders()
InBoundHeaders
public InBoundHeaders(InBoundHeaders that)
Copyright © 2013 Oracle Corporation. All Rights Reserved.