- java.lang.Object
-
- swim.http.HttpPart
-
- swim.http.HttpHeader
-
- swim.http.header.SecWebSocketAccept
-
- All Implemented Interfaces:
Debug
public final class SecWebSocketAccept 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.byte[]digest()booleanequals(Object other)static SecWebSocketAcceptfrom(byte[] digest)static SecWebSocketAcceptfrom(String digestString)inthashCode()StringlowerCaseName()Stringname()static Parser<SecWebSocketAccept>parseHttpValue(Input input, HttpParser http)Writer<?,?>writeHttpValue(Output<?> output, HttpWriter http)-
Methods inherited from class swim.http.HttpHeader
httpWriter, isBlank, parseHttp, toString, value, writeHttp
-
Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
-
-
-
Method Detail
-
from
public static SecWebSocketAccept from(byte[] digest)
-
from
public static SecWebSocketAccept from(String digestString)
-
parseHttpValue
public static Parser<SecWebSocketAccept> parseHttpValue(Input input, HttpParser http)
-
lowerCaseName
public String lowerCaseName()
- Specified by:
lowerCaseNamein classHttpHeader
-
name
public String name()
- Specified by:
namein classHttpHeader
-
digest
public byte[] digest()
-
writeHttpValue
public Writer<?,?> writeHttpValue(Output<?> output, HttpWriter http)
- Specified by:
writeHttpValuein classHttpHeader
-
-