Package org.flowable.http.common.api
Class HttpHeaders
java.lang.Object
org.flowable.http.common.api.HttpHeaders
- Author:
- Filip Hrisafov
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()formatAsString(boolean maskValues) booleanisEmpty()keySet()static HttpHeadersparseFromString(String headersString) 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
-
Field Details
-
HEADER_VALUE_MASK
- See Also:
-
headers
-
rawStringHeaders
-
-
Constructor Details
-
HttpHeaders
public HttpHeaders() -
HttpHeaders
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,List<String>>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,List<String>>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
add
-
formatAsString
-
formatAsString
-
parseFromString
-