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