| Package | Description |
|---|---|
| com.linecorp.armeria.server.annotation.decorator |
Decorators for the annotated HTTP service.
|
| com.linecorp.armeria.server.cors |
Cross-Origin Resource Sharing
(CORS) support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingDecoratorFactoryFunction
A factory which creates a
LoggingService decorator. |
class |
RateLimitingDecoratorFactoryFunction
A factory which creates a
ThrottlingService decorator with a
RateLimitingThrottlingStrategy. |
| Modifier and Type | Class and Description |
|---|---|
class |
CorsDecoratorFactoryFunction
A factory which creates a
CorsService decorator when only one CorsDecorator is added. |
class |
CorsDecoratorsFactoryFunction
A factory which creates a
CorsService decorator when two or more CorsDecorators are added. |
Copyright © 2020 LeanCloud. All rights reserved.