- java.lang.Object
-
- swim.http.HttpPart
-
- swim.http.HttpHeader
-
- swim.http.header.RawHeader
-
- All Implemented Interfaces:
Comparable<HttpHeader>,swim.codec.Debug
public final class RawHeader extends HttpHeader
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RawHeadercreate(String name, String value)static RawHeadercreate(String lowerCaseName, String name, String value)<T> swim.codec.Output<T>debug(swim.codec.Output<T> output)booleanequals(Object other)inthashCode()booleanisBlank()StringlowerCaseName()Stringname()static swim.codec.Parser<RawHeader>parseHeaderValue(swim.codec.Input input, HttpParser http, String lowerCaseName, String name)Stringvalue()swim.codec.Writer<?,?>writeHeaderValue(swim.codec.Output<?> output, HttpWriter http)-
Methods inherited from class swim.http.HttpHeader
compareTo, httpWriter, parseHttp, toString, writeHttp
-
Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
-
-
-
Method Detail
-
isBlank
public boolean isBlank()
- Overrides:
isBlankin classHttpHeader
-
lowerCaseName
public String lowerCaseName()
- Specified by:
lowerCaseNamein classHttpHeader
-
name
public String name()
- Specified by:
namein classHttpHeader
-
value
public String value()
- Overrides:
valuein classHttpHeader
-
writeHeaderValue
public swim.codec.Writer<?,?> writeHeaderValue(swim.codec.Output<?> output, HttpWriter http)- Specified by:
writeHeaderValuein classHttpHeader
-
debug
public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output)
- Specified by:
debugin interfaceswim.codec.Debug- Specified by:
debugin classHttpHeader
-
parseHeaderValue
public static swim.codec.Parser<RawHeader> parseHeaderValue(swim.codec.Input input, HttpParser http, String lowerCaseName, String name)
-
-