public final class WebSocketDecoderConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSocketDecoderConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowExtensions () |
boolean |
allowMaskMismatch () |
boolean |
closeOnProtocolViolation () |
boolean |
expectMaskedFrames () |
int |
maxFramePayloadLength () |
static WebSocketDecoderConfig.Builder |
newBuilder () |
WebSocketDecoderConfig.Builder |
toBuilder () |
String |
toString () |
boolean |
withUTF8Validator () |
public int maxFramePayloadLength()
public boolean expectMaskedFrames()
public boolean allowMaskMismatch()
public boolean allowExtensions()
public boolean closeOnProtocolViolation()
public boolean withUTF8Validator()
public WebSocketDecoderConfig.Builder toBuilder()
public static WebSocketDecoderConfig.Builder newBuilder()
Copyright © 2008–2025 The Netty Project. All rights reserved.