public final class WebSocketServerProtocolConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebSocketServerProtocolConfig.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
checkStartsWith() |
WebSocketDecoderConfig |
decoderConfig() |
boolean |
dropPongFrames() |
long |
forceCloseTimeoutMillis() |
boolean |
handleCloseFrames() |
long |
handshakeTimeoutMillis() |
static WebSocketServerProtocolConfig.Builder |
newBuilder() |
WebSocketCloseStatus |
sendCloseFrame() |
String |
subprotocols() |
WebSocketServerProtocolConfig.Builder |
toBuilder() |
String |
toString() |
String |
websocketPath() |
public String websocketPath()
public String subprotocols()
public boolean checkStartsWith()
public long handshakeTimeoutMillis()
public long forceCloseTimeoutMillis()
public boolean handleCloseFrames()
public WebSocketCloseStatus sendCloseFrame()
public boolean dropPongFrames()
public WebSocketDecoderConfig decoderConfig()
public WebSocketServerProtocolConfig.Builder toBuilder()
public static WebSocketServerProtocolConfig.Builder newBuilder()
Copyright © 2008–2024 The Netty Project. All rights reserved.