Uses of Class
io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- 
Packages that use WebSocketServerProtocolConfig Package Description io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.
- 
- 
Uses of WebSocketServerProtocolConfig in io.netty5.handler.codec.http.websocketxMethods in io.netty5.handler.codec.http.websocketx that return WebSocketServerProtocolConfig Modifier and Type Method Description WebSocketServerProtocolConfigWebSocketServerProtocolConfig.Builder. build()Build unmodifiable server protocol configuration.Constructors in io.netty5.handler.codec.http.websocketx with parameters of type WebSocketServerProtocolConfig Constructor Description WebSocketServerProtocolHandler(WebSocketServerProtocolConfig serverConfig)Base constructor
 
-