java.lang.Object
swim.http.HttpPart
swim.http.ContentCoding
- All Implemented Interfaces:
swim.codec.Debug
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContentCodingcompress()static ContentCodingstatic ContentCoding<T> swim.codec.Output<T>debug(swim.codec.Output<T> output) static ContentCodingdeflate()booleanstatic ContentCodinggzip()inthashCode()swim.codec.Writer<?,?> httpWriter(HttpWriter http) static ContentCodingidentity()booleanbooleanbooleanisGzip()booleanbooleanisStar()name()static ContentCodingstatic ContentCodingstar()toString()floatweight()weight(float weight) swim.codec.Writer<?,?> writeHttp(swim.codec.Output<?> output, HttpWriter http) Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
Method Details
-
name
-
weight
public float weight() -
weight
-
isStar
public boolean isStar() -
isIdentity
public boolean isIdentity() -
isCompress
public boolean isCompress() -
isDeflate
public boolean isDeflate() -
isGzip
public boolean isGzip() -
httpWriter
- Specified by:
httpWriterin classHttpPart
-
writeHttp
-
equals
-
hashCode
public int hashCode() -
debug
public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output) - Specified by:
debugin interfaceswim.codec.Debug
-
toString
-
star
-
identity
-
compress
-
deflate
-
gzip
-
create
-
create
-
parse
-