com.sun.jersey.core.header
Class InBoundHeaders

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by com.sun.jersey.core.util.KeyComparatorHashMap<K,V>
          extended by com.sun.jersey.core.util.KeyComparatorLinkedHashMap<String,List<V>>
              extended by com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap<String>
                  extended by com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
                      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
InBoundHeaders()
           
InBoundHeaders(InBoundHeaders that)
           
 
Method Summary
 
Methods inherited from class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
addObject, get, getFirst, getFirst, putSingleObject
 
Methods inherited from class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
add, getFirst, getList, putSingle
 
Methods inherited from class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
clear, containsValue, get, removeEldestEntry
 
Methods inherited from class com.sun.jersey.core.util.KeyComparatorHashMap
clone, containsKey, entrySet, getDEFAULT_INITIAL_CAPACITY, getModCount, isEmpty, put, putAll, remove, size
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, keySet, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

InBoundHeaders

public InBoundHeaders()

InBoundHeaders

public InBoundHeaders(InBoundHeaders that)


Copyright © 2013 Oracle Corporation. All Rights Reserved.