- java.lang.Object
-
- swim.http.HttpPart
-
- swim.http.HttpChunkTrailer
-
-
Method Summary
Modifier and Type Method Description void
debug(Output<?> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.static HttpChunkTrailer
empty()
boolean
equals(Object other)
static HttpChunkTrailer
from(FingerTrieSeq<HttpHeader> headers)
static HttpChunkTrailer
from(HttpHeader... headers)
int
hashCode()
FingerTrieSeq<HttpHeader>
headers()
Writer<?,?>
httpWriter(HttpWriter http)
static HttpChunkTrailer
parse(String chunkTrailer)
String
toString()
Writer<?,?>
writeHttp(Output<?> output, HttpWriter http)
-
Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
-
-
-
Method Detail
-
empty
public static HttpChunkTrailer empty()
-
from
public static HttpChunkTrailer from(FingerTrieSeq<HttpHeader> headers)
-
from
public static HttpChunkTrailer from(HttpHeader... headers)
-
parse
public static HttpChunkTrailer parse(String chunkTrailer)
-
headers
public FingerTrieSeq<HttpHeader> headers()
-
httpWriter
public Writer<?,?> httpWriter(HttpWriter http)
- Specified by:
httpWriter
in classHttpPart
-
writeHttp
public Writer<?,?> writeHttp(Output<?> output, HttpWriter http)
-
debug
public void debug(Output<?> output)
Description copied from interface:Debug
Writes a developer readable, debug-formatted string representation of this object tooutput
.
-
-