Class Netty4HeadersAdapter
java.lang.Object
org.springframework.http.support.Netty4HeadersAdapter
- All Implemented Interfaces:
Map<String, List<String>>, org.springframework.util.MultiValueMap<String,String>
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionNetty4HeadersAdapter(io.netty.handler.codec.http.HttpHeaders headers) Creates a newNetty4HeadersAdapterbased on the givenHttpHeaders. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface org.springframework.util.MultiValueMap
addIfAbsent, asSingleValueMap
-
Constructor Details
-
Netty4HeadersAdapter
public Netty4HeadersAdapter(io.netty.handler.codec.http.HttpHeaders headers) Creates a newNetty4HeadersAdapterbased on the givenHttpHeaders.
-
-
Method Details
-
getFirst
-
add
-
addAll
-
addAll
-
set
-
setAll
-
toSingleValueMap
-
size
-
isEmpty
-
containsKey
-
containsValue
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-
toString
-