| Package | Description |
|---|---|
| com.linecorp.armeria.server.logging |
Logging and metric-collecting service decorators.
|
| Modifier and Type | Method and Description |
|---|---|
static Function<? super HttpService,ContentPreviewingService> |
ContentPreviewingService.newDecorator(ContentPreviewerFactory contentPreviewerFactory)
Creates a new
ContentPreviewingService decorator with the specified
ContentPreviewerFactory. |
static Function<? super HttpService,ContentPreviewingService> |
ContentPreviewingService.newDecorator(int maxLength)
Creates a new
ContentPreviewingService decorator which produces text preview with the
specified maxLength limit. |
static Function<? super HttpService,ContentPreviewingService> |
ContentPreviewingService.newDecorator(int maxLength,
Charset defaultCharset)
Creates a new
ContentPreviewingService decorator which produces text preview with the
specified maxLength limit. |
Copyright © 2020 LeanCloud. All rights reserved.