java.lang.Object
swim.http.HttpPart
swim.http.ChunkExtension
- All Implemented Interfaces:
Debug
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChunkExtensionstatic ChunkExtension<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleaninthashCode()Writer<?,?> httpWriter(HttpWriter http) name()static ChunkExtensiontoString()value()Writer<?,?> writeHttp(Output<?> output, HttpWriter http) Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
Method Details
-
name
-
value
-
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
-
create
-
create
-
parseHttp
-