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