Package | Description |
---|---|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
Modifier and Type | Method and 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) |
Copyright © 2008–2024 The Netty Project. All rights reserved.