- java.lang.Object
-
- swim.http.HttpPart
-
- swim.http.WebSocketParam
-
-
Method Summary
Modifier and Type Method Description static WebSocketParamclientMaxWindowBits()static WebSocketParamclientMaxWindowBits(int maxWindowBits)static WebSocketParamclientNoContextTakeover()voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static WebSocketParamfrom(String key)static WebSocketParamfrom(String key, String value)inthashCode()Writer<?,?>httpWriter(HttpWriter http)Stringkey()static WebSocketParamparse(String string)static WebSocketParamserverMaxWindowBits(int maxWindowBits)static WebSocketParamserverNoContextTakeover()StringtoString()Stringvalue()Writer<?,?>writeHttp(Output<?> output, HttpWriter http)-
Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
-
-
-
Method Detail
-
serverMaxWindowBits
public static WebSocketParam serverMaxWindowBits(int maxWindowBits)
-
clientMaxWindowBits
public static WebSocketParam clientMaxWindowBits(int maxWindowBits)
-
clientMaxWindowBits
public static WebSocketParam clientMaxWindowBits()
-
serverNoContextTakeover
public static WebSocketParam serverNoContextTakeover()
-
clientNoContextTakeover
public static WebSocketParam clientNoContextTakeover()
-
from
public static WebSocketParam from(String key, String value)
-
from
public static WebSocketParam from(String key)
-
parse
public static WebSocketParam parse(String string)
-
key
public String key()
-
value
public String value()
-
httpWriter
public Writer<?,?> httpWriter(HttpWriter http)
- Specified by:
httpWriterin classHttpPart
-
writeHttp
public Writer<?,?> writeHttp(Output<?> output, HttpWriter http)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-