com.sun.jersey.core.header
Class OutBoundHeaders
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<Object>
com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
com.sun.jersey.core.header.OutBoundHeaders
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,List<Object>>, javax.ws.rs.core.MultivaluedMap<String,Object>
public class OutBoundHeaders
- extends StringKeyObjectValueIgnoreCaseMultivaluedMap
Out-bound HTTP headers.
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.
- 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 |
OutBoundHeaders
public OutBoundHeaders()
OutBoundHeaders
public OutBoundHeaders(OutBoundHeaders that)
Copyright © 2011 Oracle Corporation. All Rights Reserved.