Uses of Class
io.netty5.handler.codec.http.websocketx.WebSocketScheme
-
Packages that use WebSocketScheme Package Description io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of WebSocketScheme in io.netty5.handler.codec.http.websocketx
Fields in io.netty5.handler.codec.http.websocketx declared as WebSocketScheme Modifier and Type Field Description static WebSocketScheme
WebSocketScheme. WS
Scheme for non-secure WebSocket connection.static WebSocketScheme
WebSocketScheme. WSS
Scheme for secure WebSocket connection.
-