Package org.apache.axis2.transport.http
Class TransportHeaders
java.lang.Object
org.apache.axis2.transport.http.TransportHeaders
Pass-Thru / delayed get and put of the values from HttpServletRequest
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
TransportHeaders
public TransportHeaders(jakarta.servlet.http.HttpServletRequest req)
-
-
Method Details
-
size
public int size() -
clear
public void clear() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,String>
-
values
-
putAll
-
entrySet
-
keySet
-
get
-
remove
-
put
-