Class WebSocketScheme
- java.lang.Object
-
- io.netty5.handler.codec.http.websocketx.WebSocketScheme
-
-
Field Summary
Fields Modifier and Type Field Description static WebSocketSchemeWSScheme for non-secure WebSocket connection.static WebSocketSchemeWSSScheme for secure WebSocket connection.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()io.netty5.util.AsciiStringname()intport()StringtoString()
-
-
-
Field Detail
-
WS
public static final WebSocketScheme WS
Scheme for non-secure WebSocket connection.
-
WSS
public static final WebSocketScheme WSS
Scheme for secure WebSocket connection.
-
-