Uses of Class
io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
-
Packages that use WebSocketDecoderConfig.Builder Package Description io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of WebSocketDecoderConfig.Builder in io.netty5.handler.codec.http.websocketx
Methods in io.netty5.handler.codec.http.websocketx that return WebSocketDecoderConfig.Builder Modifier and Type Method Description WebSocketDecoderConfig.Builder
WebSocketDecoderConfig.Builder. allowExtensions(boolean allowExtensions)
WebSocketDecoderConfig.Builder
WebSocketDecoderConfig.Builder. allowMaskMismatch(boolean allowMaskMismatch)
WebSocketDecoderConfig.Builder
WebSocketDecoderConfig.Builder. closeOnProtocolViolation(boolean closeOnProtocolViolation)
WebSocketDecoderConfig.Builder
WebSocketDecoderConfig.Builder. expectMaskedFrames(boolean expectMaskedFrames)
WebSocketDecoderConfig.Builder
WebSocketDecoderConfig.Builder. maxFramePayloadLength(int maxFramePayloadLength)
static WebSocketDecoderConfig.Builder
WebSocketDecoderConfig. newBuilder()
WebSocketDecoderConfig.Builder
WebSocketDecoderConfig. toBuilder()
WebSocketDecoderConfig.Builder
WebSocketDecoderConfig.Builder. withUTF8Validator(boolean withUTF8Validator)
-