| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<String>> |
headers |
protected String |
rawStringHeaders |
| Modifier | Constructor and Description |
|---|---|
|
HttpHeaders() |
protected |
HttpHeaders(String rawStringHeaders) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String headerName,
String headerValue) |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,List<String>>> |
entrySet() |
String |
formatAsString() |
List<String> |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
static HttpHeaders |
parseFromString(String headersString) |
List<String> |
put(String key,
List<String> value) |
void |
putAll(Map<? extends String,? extends List<String>> m) |
List<String> |
remove(Object key) |
int |
size() |
Collection<List<String>> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllprotected final String rawStringHeaders
public HttpHeaders()
protected HttpHeaders(String rawStringHeaders)
public boolean containsKey(Object key)
containsKey in interface Map<String,List<String>>public boolean containsValue(Object value)
containsValue in interface Map<String,List<String>>public Collection<List<String>> values()
public String formatAsString()
public static HttpHeaders parseFromString(String headersString)
Copyright © 2021 Flowable. All rights reserved.