java.lang.Object
swim.http.HttpPart
swim.http.HttpChunkTrailer
- All Implemented Interfaces:
swim.codec.Debug
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpChunkTrailercreate(swim.collections.FingerTrieSeq<HttpHeader> headers) static HttpChunkTrailercreate(HttpHeader... headers) <T> swim.codec.Output<T>debug(swim.codec.Output<T> output) static HttpChunkTrailerempty()booleaninthashCode()swim.collections.FingerTrieSeq<HttpHeader>headers()swim.codec.Writer<?,?> httpWriter(HttpWriter http) static HttpChunkTrailertoString()swim.codec.Writer<?,?> writeHttp(swim.codec.Output<?> output, HttpWriter http) Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
Method Details
-
headers
-
httpWriter
- Specified by:
httpWriterin classHttpPart
-
writeHttp
-
equals
-
hashCode
public int hashCode() -
debug
public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output) - Specified by:
debugin interfaceswim.codec.Debug
-
toString
-
empty
-
create
-
create
-
parse
-