public class RequestHeaderValuesMap extends AbstractAttributeMap
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getAttribute(java.lang.String key) |
protected java.util.Enumeration |
getAttributeNames() |
protected void |
removeAttribute(java.lang.String key) |
protected void |
setAttribute(java.lang.String key,
java.lang.Object value) |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesprotected java.lang.Object getAttribute(java.lang.String key)
getAttribute in class AbstractAttributeMapprotected void setAttribute(java.lang.String key,
java.lang.Object value)
setAttribute in class AbstractAttributeMapprotected void removeAttribute(java.lang.String key)
removeAttribute in class AbstractAttributeMapprotected java.util.Enumeration getAttributeNames()
getAttributeNames in class AbstractAttributeMap