java.lang.Object
swim.http.HttpPart
swim.http.HttpHeader
- All Implemented Interfaces:
- Comparable<HttpHeader>,- Debug
- Direct Known Subclasses:
- AcceptCharsetHeader,- AcceptEncodingHeader,- AcceptHeader,- AcceptLanguageHeader,- AllowHeader,- ConnectionHeader,- ContentEncodingHeader,- ContentLengthHeader,- ContentTypeHeader,- CookieHeader,- ExpectHeader,- HostHeader,- LocationHeader,- MaxForwardsHeader,- OriginHeader,- RawHeader,- SecWebSocketAcceptHeader,- SecWebSocketExtensionsHeader,- SecWebSocketKeyHeader,- SecWebSocketProtocolHeader,- SecWebSocketVersionHeader,- ServerHeader,- SetCookieHeader,- TransferEncodingHeader,- UpgradeHeader,- UserAgentHeader
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(HttpHeader that) abstract <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.Writer<?,?> httpWriter(HttpWriter http) booleanisBlank()abstract Stringabstract Stringname()static HttpHeadertoString()value()abstract Writer<?,?> writeHeaderValue(Output<?> output, HttpWriter http) Writer<?,?> writeHttp(Output<?> output, HttpWriter http) Methods inherited from class swim.http.HttpParthttpWriter, toHttp, writeHttp
- 
Constructor Details- 
HttpHeaderpublic HttpHeader()
 
- 
- 
Method Details- 
isBlankpublic boolean isBlank()
- 
lowerCaseName
- 
name
- 
value
- 
httpWriter- Specified by:
- httpWriterin class- HttpPart
 
- 
writeHttp
- 
writeHeaderValue
- 
compareTo- Specified by:
- compareToin interface- Comparable<HttpHeader>
 
- 
debugDescription copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
- 
toString
- 
parseHttp
 
-