| Package | Description |
|---|---|
| com.linecorp.armeria.server.auth |
HTTP authorization service.
|
| com.linecorp.armeria.server.cors |
Cross-Origin Resource Sharing
(CORS) support.
|
| com.linecorp.armeria.server.encoding |
HTTP content encoding service.
|
| com.linecorp.armeria.server.logging |
Logging and metric-collecting service decorators.
|
| com.linecorp.armeria.server.logging.structured |
Structured logging support for full request and response.
|
| com.linecorp.armeria.server.metric |
Metric-collecting service decorators and exporters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpAuthService
Decorates an
HttpService to provide HTTP authorization functionality. |
| Modifier and Type | Class and Description |
|---|---|
class |
CorsService
Decorates an
HttpService to add the
Cross-Origin Resource Sharing
(CORS) support. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpEncodingService
Decorates an
HttpService to apply HTTP encoding (e.g., gzip) to an HttpService. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingService
|
| Modifier and Type | Class and Description |
|---|---|
class |
StructuredLoggingService<L>
A decorating service which provides support of structured and optionally externalized request/response
content logging.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetricCollectingService
Decorates an
HttpService to collect metrics into MeterRegistry. |
Copyright © 2020 LeanCloud. All rights reserved.