java.lang.Object
swim.http.HttpPart
swim.http.HttpHeader
swim.http.header.SecWebSocketVersionHeader
- All Implemented Interfaces:
Comparable<HttpHeader>,Debug
-
Method Summary
Modifier and TypeMethodDescriptionstatic SecWebSocketVersionHeaderstatic SecWebSocketVersionHeadercreate(FingerTrieSeq<Integer> versions) <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.static SecWebSocketVersionHeaderempty()booleaninthashCode()booleanisBlank()name()static Parser<SecWebSocketVersionHeader>parseHeaderValue(Input input, HttpParser http) booleansupports(int version) static SecWebSocketVersionHeaderversions()Writer<?,?> writeHeaderValue(Output<?> output, HttpWriter http) Methods inherited from class swim.http.HttpHeader
compareTo, httpWriter, parseHttp, toString, value, 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
-
versions
-
supports
public boolean supports(int version) -
writeHeaderValue
- Specified by:
writeHeaderValuein classHttpHeader
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.- Specified by:
debugin interfaceDebug- Specified by:
debugin classHttpHeader- Returns:
- the continuation of the
output.
-
version13
-
empty
-
create
-
create
-
parseHeaderValue
-