- java.lang.Object
-
- swim.http.HttpPart
-
- swim.http.ChunkExtension
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChunkExtensioncreate(String name)static ChunkExtensioncreate(String name, String value)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)inthashCode()Writer<?,?>httpWriter(HttpWriter http)Stringname()static ChunkExtensionparseHttp(String string)StringtoString()Stringvalue()Writer<?,?>writeHttp(Output<?> output, HttpWriter http)-
Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
-
-
-
Method Detail
-
name
public String name()
-
value
public String value()
-
httpWriter
public Writer<?,?> httpWriter(HttpWriter http)
- Specified by:
httpWriterin classHttpPart
-
writeHttp
public Writer<?,?> writeHttp(Output<?> output, HttpWriter http)
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
create
public static ChunkExtension create(String name, String value)
-
create
public static ChunkExtension create(String name)
-
parseHttp
public static ChunkExtension parseHttp(String string)
-
-