JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.linecorp.armeria.server.annotation
Annotation Interface AdditionalTrailer
@Retention
(
RUNTIME
)
@Repeatable
(
AdditionalTrailers.class
)
@Target
({
TYPE
,
METHOD
})
public @interface
AdditionalTrailer
Annotation for an additional HTTP trailer.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
The name of the HTTP trailer to set.
String
[]
value
The values of the HTTP trailer to set.
Element Details
name
String
name
The name of the HTTP trailer to set.
value
String
[]
value
The values of the HTTP trailer to set.