Package org.springframework.http.support
Class Netty5HeadersAdapter
java.lang.Object
org.springframework.http.support.Netty5HeadersAdapter
- All Implemented Interfaces:
Map<String,,List<String>> org.springframework.util.MultiValueMap<String,String>
@Deprecated(since="6.2.18",
forRemoval=true)
public final class Netty5HeadersAdapter
extends Object
implements org.springframework.util.MultiValueMap<String,String>
Deprecated, for removal: This API element is subject to removal in a future version.
MultiValueMap implementation for wrapping Netty HTTP headers.- Since:
- 6.1 deprecated as of 6.2.18 with no replacement
- Author:
- Violeta Georgieva, Simon Baslé
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionNetty5HeadersAdapter(io.netty5.handler.codec.http.headers.HttpHeaders headers) Deprecated, for removal: This API element is subject to removal in a future version.Create a newNetty5HeadersAdapterbased on the givenHttpHeaders. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidclear()Deprecated, for removal: This API element is subject to removal in a future version.booleancontainsKey(Object key) Deprecated, for removal: This API element is subject to removal in a future version.booleancontainsValue(Object value) Deprecated, for removal: This API element is subject to removal in a future version.entrySet()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanisEmpty()Deprecated, for removal: This API element is subject to removal in a future version.keySet()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.intsize()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.values()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.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
-
Netty5HeadersAdapter
public Netty5HeadersAdapter(io.netty5.handler.codec.http.headers.HttpHeaders headers) Deprecated, for removal: This API element is subject to removal in a future version.Create a newNetty5HeadersAdapterbased on the givenHttpHeaders.
-
-
Method Details
-
getFirst
Deprecated, for removal: This API element is subject to removal in a future version. -
add
Deprecated, for removal: This API element is subject to removal in a future version. -
addAll
Deprecated, for removal: This API element is subject to removal in a future version. -
addAll
Deprecated, for removal: This API element is subject to removal in a future version. -
set
Deprecated, for removal: This API element is subject to removal in a future version. -
setAll
Deprecated, for removal: This API element is subject to removal in a future version. -
toSingleValueMap
Deprecated, for removal: This API element is subject to removal in a future version. -
size
public int size()Deprecated, for removal: This API element is subject to removal in a future version. -
isEmpty
public boolean isEmpty()Deprecated, for removal: This API element is subject to removal in a future version. -
containsKey
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsKeyin interfaceMap<String,List<String>>
-
containsValue
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsValuein interfaceMap<String,List<String>>
-
get
Deprecated, for removal: This API element is subject to removal in a future version. -
put
Deprecated, for removal: This API element is subject to removal in a future version. -
remove
Deprecated, for removal: This API element is subject to removal in a future version. -
putAll
Deprecated, for removal: This API element is subject to removal in a future version. -
clear
public void clear()Deprecated, for removal: This API element is subject to removal in a future version. -
keySet
Deprecated, for removal: This API element is subject to removal in a future version. -
values
Deprecated, for removal: This API element is subject to removal in a future version. -
entrySet
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-