Package org.springframework.http.support
Class Netty4HeadersAdapter
java.lang.Object
org.springframework.http.support.Netty4HeadersAdapter
- All Implemented Interfaces:
Map<String,
,List<String>> org.springframework.util.MultiValueMap<String,
String>
public final class Netty4HeadersAdapter
extends Object
implements org.springframework.util.MultiValueMap<String,String>
MultiValueMap
implementation for wrapping Netty 4 HTTP headers.- Since:
- 6.1
- Author:
- Rossen Stoyanchev, Sam Brannen
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionNetty4HeadersAdapter
(io.netty.handler.codec.http.HttpHeaders headers) Creates a newNetty4HeadersAdapter
based on the givenHttpHeaders
. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
Methods inherited from interface org.springframework.util.MultiValueMap
addIfAbsent
-
Constructor Details
-
Netty4HeadersAdapter
public Netty4HeadersAdapter(io.netty.handler.codec.http.HttpHeaders headers) Creates a newNetty4HeadersAdapter
based on the givenHttpHeaders
.
-
-
Method Details
-
getFirst
-
add
-
addAll
-
addAll
-
set
-
setAll
-
toSingleValueMap
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
List<String>>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
List<String>>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
toString
-