|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
com.sun.jersey.core.util.KeyComparatorHashMap<K,V>
com.sun.jersey.core.util.KeyComparatorLinkedHashMap<java.lang.String,java.util.List<V>>
com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap<java.lang.Object>
com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
com.sun.jersey.core.header.OutBoundHeaders
public class OutBoundHeaders
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
OutBoundHeaders()
|
|
OutBoundHeaders(OutBoundHeaders that)
|
Method Summary |
---|
Methods inherited from class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap |
---|
get, getFirst, getFirst |
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 |
---|
public OutBoundHeaders()
public OutBoundHeaders(OutBoundHeaders that)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |