java.lang.Object
swim.http.HttpPart
swim.http.HttpHeader
swim.http.header.ExpectHeader
- All Implemented Interfaces:
Comparable<HttpHeader>,swim.codec.Debug
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExpectHeader<T> swim.codec.Output<T>debug(swim.codec.Output<T> output) booleaninthashCode()booleanbooleanisBlank()name()static swim.codec.Parser<ExpectHeader>parseHeaderValue(swim.codec.Input input, HttpParser http) value()swim.codec.Writer<?,?> writeHeaderValue(swim.codec.Output<?> output, HttpWriter http) Methods inherited from class swim.http.HttpHeader
compareTo, httpWriter, parseHttp, toString, writeHttpMethods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
Method Details
-
isBlank
public boolean isBlank()- Overrides:
isBlankin classHttpHeader
-
lowerCaseName
- Specified by:
lowerCaseNamein classHttpHeader
-
name
- Specified by:
namein classHttpHeader
-
value
- Overrides:
valuein classHttpHeader
-
is100Continue
public boolean is100Continue() -
writeHeaderValue
- Specified by:
writeHeaderValuein classHttpHeader
-
equals
-
hashCode
public int hashCode() -
debug
public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output) - Specified by:
debugin interfaceswim.codec.Debug- Specified by:
debugin classHttpHeader
-
create
-
parseHeaderValue
public static swim.codec.Parser<ExpectHeader> parseHeaderValue(swim.codec.Input input, HttpParser http)
-