java.lang.Object
swim.http.HttpPart
swim.http.HttpChunkHeader
- All Implemented Interfaces:
Debug
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpChunkHeadercreate(long size) static HttpChunkHeadercreate(long size, FingerTrieSeq<ChunkExtension> extensions) static HttpChunkHeadercreate(long size, ChunkExtension... extensions) <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleaninthashCode()Writer<?,?> httpWriter(HttpWriter http) booleanisEmpty()static HttpChunkHeaderstatic HttpChunkHeadersentinel()longsize()toString()Writer<?,?> writeHttp(Output<?> output, HttpWriter http) Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
Method Details
-
isEmpty
public boolean isEmpty() -
size
public long size() -
extensions
-
httpWriter
- Specified by:
httpWriterin classHttpPart
-
writeHttp
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
sentinel
-
create
-
create
-
create
-
parse
-