| Package | Description |
|---|---|
| com.linecorp.armeria.client.encoding |
HTTP content decoding client.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamDecoderFactory |
StreamDecoderFactory.deflate()
Returns the
StreamDecoderFactory for "deflate" content encoding. |
static StreamDecoderFactory |
StreamDecoderFactory.gzip()
Returns the
StreamDecoderFactory for "gzip" content encoding. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2020 LeanCloud. All rights reserved.