- java.lang.Object
-
- swim.http.HttpPart
-
- swim.http.ChunkExtension
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static ChunkExtensionfrom(String name)static ChunkExtensionfrom(String name, String value)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
-
from
public static ChunkExtension from(String name, String value)
-
from
public static ChunkExtension from(String name)
-
parseHttp
public static ChunkExtension parseHttp(String string)
-
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 void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-