| Package | Description |
|---|---|
| com.linecorp.armeria.client.encoding |
HTTP content decoding client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpDecodingClient
Deprecated.
Use
DecodingClient. |
| Modifier and Type | Method and Description |
|---|---|
static Function<? super HttpClient,DecodingClient> |
HttpDecodingClient.newDecorator()
Deprecated.
Use
newDecorator(). |
static Function<? super HttpClient,DecodingClient> |
DecodingClient.newDecorator()
Creates a new
DecodingClient decorator with the default encodings of 'gzip' and 'deflate'. |
static Function<? super HttpClient,DecodingClient> |
HttpDecodingClient.newDecorator(Iterable<? extends StreamDecoderFactory> decoderFactories)
Deprecated.
|
static Function<? super HttpClient,DecodingClient> |
DecodingClient.newDecorator(Iterable<? extends StreamDecoderFactory> decoderFactories)
Creates a new
DecodingClient decorator with the specified StreamDecoderFactorys. |
static Function<? super HttpClient,DecodingClient> |
HttpDecodingClient.newDecorator(StreamDecoderFactory... decoderFactories)
Deprecated.
|
static Function<? super HttpClient,DecodingClient> |
DecodingClient.newDecorator(StreamDecoderFactory... decoderFactories)
Creates a new
DecodingClient decorator with the specified StreamDecoderFactorys. |
Copyright © 2020 LeanCloud. All rights reserved.