Class Trailer
java.lang.Object
org.apache.pekko.http.scaladsl.model.Trailer
- All Implemented Interfaces:
- Trailer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddHeader(HttpHeader header) Java APIaddHeaders(scala.collection.Iterable<HttpHeader> headers) Java APIstatic Trailerapply()static Trailerapply(HttpHeader header) static Trailerapply(scala.collection.immutable.Seq<HttpHeader> headers) headers()withHeaders(scala.collection.Iterable<HttpHeader> headers) Java API
- 
Constructor Details- 
Trailer
 
- 
- 
Method Details- 
apply
- 
apply
- 
apply
- 
headers
- 
addHeaderJava API
- 
addHeadersJava API- Specified by:
- addHeadersin interface- Trailer
- Parameters:
- headers- (undocumented)
- Returns:
- (undocumented)
 
- 
withHeadersJava API- Specified by:
- withHeadersin interface- Trailer
- Parameters:
- headers- (undocumented)
- Returns:
- (undocumented)
 
 
-