| Package | Description |
|---|---|
| com.linecorp.armeria.common |
Common types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpParameters
Deprecated.
Use
QueryParams. |
| Modifier and Type | Field and Description |
|---|---|
static HttpParameters |
HttpParameters.EMPTY_PARAMETERS
Deprecated.
An immutable empty HTTP parameters map.
|
| Modifier and Type | Method and Description |
|---|---|
default HttpParameters |
HttpParameters.asImmutable()
Deprecated.
Returns the immutable view of this parameters map.
|
static HttpParameters |
HttpParameters.copyOf(io.netty.handler.codec.Headers<String,String,?> parameters)
Deprecated.
Returns a copy of the specified {@code Headers |
static HttpParameters |
HttpParameters.copyOf(Map<String,? extends Iterable<String>> parameters)
Deprecated.
Returns a new HTTP parameters map with the specified {@code Map |
static HttpParameters |
HttpParameters.of()
Deprecated.
Returns a new empty HTTP parameters map.
|
Copyright © 2020 LeanCloud. All rights reserved.