public final class WebSocketServerProtocolConfig
extends java.lang.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() |
java.lang.String |
subprotocols() |
WebSocketServerProtocolConfig.Builder |
toBuilder() |
java.lang.String |
toString() |
java.lang.String |
websocketPath() |
public java.lang.String websocketPath()
public java.lang.String subprotocols()
public boolean checkStartsWith()
public long handshakeTimeoutMillis()
public long forceCloseTimeoutMillis()
public boolean handleCloseFrames()
public WebSocketCloseStatus sendCloseFrame()
public boolean dropPongFrames()
public WebSocketDecoderConfig decoderConfig()
public java.lang.String toString()
toString in class java.lang.Objectpublic WebSocketServerProtocolConfig.Builder toBuilder()
public static WebSocketServerProtocolConfig.Builder newBuilder()
Copyright © 2008–2020 The Netty Project. All rights reserved.