- java.lang.Object
-
- swim.http.HttpPart
-
- swim.http.HttpHeader
-
- swim.http.header.RawHeader
-
- All Implemented Interfaces:
Debug
public final class RawHeader extends HttpHeader
-
-
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 RawHeaderfrom(String name, String value)static RawHeaderfrom(String lowerCaseName, String name, String value)inthashCode()booleanisBlank()StringlowerCaseName()Stringname()static Parser<RawHeader>parseHttpValue(Input input, HttpParser http, String lowerCaseName, String name)Stringvalue()Writer<?,?>writeHttpValue(Output<?> output, HttpWriter http)-
Methods inherited from class swim.http.HttpHeader
httpWriter, parseHttp, toString, writeHttp
-
Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
-
-
-
Method Detail
-
parseHttpValue
public static Parser<RawHeader> parseHttpValue(Input input, HttpParser http, String lowerCaseName, String name)
-
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
-
writeHttpValue
public Writer<?,?> writeHttpValue(Output<?> output, HttpWriter http)
- Specified by:
writeHttpValuein classHttpHeader
-
-