QueryParams.@Deprecated public interface HttpParameters extends io.netty.handler.codec.Headers<String,String,HttpParameters>
| Modifier and Type | Field and Description |
|---|---|
static HttpParameters |
EMPTY_PARAMETERS
Deprecated.
An immutable empty HTTP parameters map.
|
| Modifier and Type | Method and Description |
|---|---|
default HttpParameters |
asImmutable()
Deprecated.
Returns the immutable view of this parameters map.
|
static HttpParameters |
copyOf(io.netty.handler.codec.Headers<String,String,?> parameters)
Deprecated.
Returns a copy of the specified {@code Headers |
static HttpParameters |
copyOf(Map<String,? extends Iterable<String>> parameters)
Deprecated.
Returns a new HTTP parameters map with the specified {@code Map |
static HttpParameters |
of()
Deprecated.
Returns a new empty HTTP parameters map.
|
add, add, add, add, addBoolean, addByte, addChar, addDouble, addFloat, addInt, addLong, addObject, addObject, addObject, addShort, addTimeMillis, clear, contains, contains, containsBoolean, containsByte, containsChar, containsDouble, containsFloat, containsInt, containsLong, containsObject, containsShort, containsTimeMillis, get, get, getAll, getAllAndRemove, getAndRemove, getAndRemove, getBoolean, getBoolean, getBooleanAndRemove, getBooleanAndRemove, getByte, getByte, getByteAndRemove, getByteAndRemove, getChar, getChar, getCharAndRemove, getCharAndRemove, getDouble, getDouble, getDoubleAndRemove, getDoubleAndRemove, getFloat, getFloat, getFloatAndRemove, getFloatAndRemove, getInt, getInt, getIntAndRemove, getIntAndRemove, getLong, getLong, getLongAndRemove, getLongAndRemove, getShort, getShort, getShortAndRemove, getShortAndRemove, getTimeMillis, getTimeMillis, getTimeMillisAndRemove, getTimeMillisAndRemove, isEmpty, iterator, names, remove, set, set, set, set, setAll, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setObject, setObject, setObject, setShort, setTimeMillis, sizeforEach, spliteratorstatic final HttpParameters EMPTY_PARAMETERS
static HttpParameters of()
static HttpParameters copyOf(Map<String,? extends Iterable<String>> parameters)
Map<String, ? extends Iterable<String>>.static HttpParameters copyOf(io.netty.handler.codec.Headers<String,String,?> parameters)
Headers<String, String, ?>.default HttpParameters asImmutable()
Copyright © 2020 LeanCloud. All rights reserved.