Class HttpHeaders
java.lang.Object
org.flowable.http.common.api.HttpHeaders
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
isEmpty
-
containsKey
-
containsValue
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-
add
-
formatAsString
-
formatAsString
-
parseFromString
-