public abstract class Trailer extends HttpHeader
HttpHeader.ParsingResult, HttpHeader.ParsingResult$| Constructor and Description |
|---|
Trailer() |
| Modifier and Type | Method and Description |
|---|---|
static Trailer |
create(java.lang.String... values)
Creates a new `Trailer` header with the specified trailer field names.
|
abstract java.lang.Iterable<java.lang.String> |
getTrailers() |
fastFind, is, isNot, lowercaseName, name, parse, unapply, unsafeToString, valueparse, renderInRequests, renderInResponsesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringrenderpublic abstract java.lang.Iterable<java.lang.String> getTrailers()
public static Trailer create(java.lang.String... values)
values - the names of the fields that are expected to be present in the trailer