java.lang.Object
swim.http.HttpPart
swim.http.HttpHeader
swim.http.header.RawHeader
- All Implemented Interfaces:
- Comparable<HttpHeader>,- Debug
- 
Method SummaryModifier and TypeMethodDescriptionstatic RawHeaderstatic RawHeader<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleaninthashCode()booleanisBlank()name()parseHeaderValue(Input input, HttpParser http, String lowerCaseName, String name) value()Writer<?,?> writeHeaderValue(Output<?> output, HttpWriter http) Methods inherited from class swim.http.HttpHeadercompareTo, httpWriter, parseHttp, toString, writeHttpMethods inherited from class swim.http.HttpParthttpWriter, toHttp, writeHttp
- 
Method Details- 
isBlankpublic boolean isBlank()- Overrides:
- isBlankin class- HttpHeader
 
- 
lowerCaseName- Specified by:
- lowerCaseNamein class- HttpHeader
 
- 
name- Specified by:
- namein class- HttpHeader
 
- 
value- Overrides:
- valuein class- HttpHeader
 
- 
writeHeaderValue- Specified by:
- writeHeaderValuein class- HttpHeader
 
- 
equals
- 
hashCodepublic int hashCode()
- 
debugDescription copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.- Specified by:
- debugin interface- Debug
- Specified by:
- debugin class- HttpHeader
- Returns:
- the continuation of the output.
 
- 
create
- 
create
- 
parseHeaderValue
 
-