| Package | Description |
|---|---|
| com.linecorp.armeria.server.encoding |
HTTP content encoding service.
|
| Modifier and Type | Method and Description |
|---|---|
EncodingService |
EncodingServiceBuilder.build(HttpService delegate)
Returns a newly-created
EncodingService based on the properties of this builder. |
| Modifier and Type | Method and Description |
|---|---|
Function<? super HttpService,EncodingService> |
EncodingServiceBuilder.newDecorator()
Returns a newly-created decorator that decorates an
HttpService with a new
EncodingService based on the properties of this builder. |
static Function<? super HttpService,EncodingService> |
EncodingService.newDecorator()
Returns a new
HttpService decorator. |
Copyright © 2020 LeanCloud. All rights reserved.