Constructor and Description |
---|
HttpServletResponseHeaders(javax.servlet.http.HttpServletResponse response,
ResteasyProviderFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
Object value) |
void |
addAll(String key,
List<Object> valueList) |
void |
addAll(String key,
Object... newValues) |
void |
addFirst(String key,
Object value) |
protected void |
addResponseHeader(String key,
Object value) |
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<String,List<Object>>> |
entrySet() |
boolean |
equals(Object o) |
boolean |
equalsIgnoreValueOrder(javax.ws.rs.core.MultivaluedMap<String,Object> otherMap) |
List<Object> |
get(Object o) |
Object |
getFirst(String key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
List<Object> |
put(String s,
List<Object> objs) |
void |
putAll(Map<? extends String,? extends List<Object>> map) |
void |
putSingle(String key,
Object value) |
List<Object> |
remove(Object o) |
int |
size() |
Collection<List<Object>> |
values() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public HttpServletResponseHeaders(javax.servlet.http.HttpServletResponse response, ResteasyProviderFactory factory)
public boolean containsKey(Object o)
containsKey
in interface Map<String,List<Object>>
public boolean containsValue(Object o)
containsValue
in interface Map<String,List<Object>>
public Collection<List<Object>> values()
public boolean equals(Object o)
public int hashCode()
Copyright © 2016 JBoss by Red Hat. All rights reserved.