| Package | Description |
|---|---|
| com.linecorp.armeria.common |
Common types.
|
| com.linecorp.armeria.internal.server.annotation |
Various classes used internally.
|
| com.linecorp.armeria.server |
Server core.
|
| com.linecorp.armeria.server.annotation |
Annotations for building a RESTful service.
|
| com.linecorp.armeria.server.annotation.decorator |
Decorators for the annotated HTTP service.
|
| com.linecorp.armeria.server.cors |
Cross-Origin Resource Sharing
(CORS) support.
|
| Class and Description |
|---|
| ExceptionVerbosity
The verbosity of exceptions logged by annotated HTTP services.
|
| Class and Description |
|---|
| ExceptionHandlerFunction
An interface for exception handler.
|
| RequestConverterFunction
Converts an
AggregatedHttpRequest to an object. |
| ResponseConverterFunction
Converts a
result object to HttpResponse. |
| Class and Description |
|---|
| ExceptionHandlerFunction
An interface for exception handler.
|
| RequestConverterFunction
Converts an
AggregatedHttpRequest to an object. |
| ResponseConverterFunction
Converts a
result object to HttpResponse. |
| Class and Description |
|---|
| Consumes
Specifies a media type which would be consumed by the service method or class.
|
| ExceptionHandlerFunction
An interface for exception handler.
|
| ExceptionVerbosity
The verbosity of exceptions logged by annotated HTTP services.
|
| HttpResult
An interface which helps a user specify an
HttpStatus or ResponseHeaders for a response
produced by an annotated HTTP service method. |
| Produces
Specifies a media type which would be produced by the service method or class.
|
| RequestConverterFunction
Converts an
AggregatedHttpRequest to an object. |
| ResponseConverter
Specifies a
ResponseConverterFunction class which converts the result to HttpResponse. |
| ResponseConverterFunction
Converts a
result object to HttpResponse. |
| Class and Description |
|---|
| DecoratorFactory
Specifies a
DecoratorFactoryFunction class which is a factory to create a decorator. |
| DecoratorFactoryFunction
A decorator factory which is used for a user-defined decorator annotation.
|
| Class and Description |
|---|
| DecoratorFactoryFunction
A decorator factory which is used for a user-defined decorator annotation.
|
Copyright © 2020 LeanCloud. All rights reserved.