java.lang.Object
swim.http.HttpPart
swim.http.TransferCoding
- All Implemented Interfaces:
Debug
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransferCodingchunked()static TransferCodingcompress()static TransferCodingstatic TransferCodingcreate(String name, HashTrieMap<String, String> params) <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.static TransferCodingdeflate()booleanstatic TransferCodinggzip()inthashCode()Writer<?,?> httpWriter(HttpWriter http) booleanbooleanbooleanbooleanisGzip()name()params()static TransferCodingtoString()Writer<?,?> writeHttp(Output<?> output, HttpWriter http) Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
Method Details
-
name
-
params
-
getParam
-
param
-
isChunked
public boolean isChunked() -
isCompress
public boolean isCompress() -
isDeflate
public boolean isDeflate() -
isGzip
public boolean isGzip() -
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
-
chunked
-
compress
-
deflate
-
gzip
-
create
-
create
-
parse
-