Class WebSocketServerProtocolConfig
java.lang.Object
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
WebSocket server configuration.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
websocketPath
-
subprotocols
-
checkStartsWith
public boolean checkStartsWith() -
handshakeTimeoutMillis
public long handshakeTimeoutMillis() -
forceCloseTimeoutMillis
public long forceCloseTimeoutMillis() -
handleCloseFrames
public boolean handleCloseFrames() -
sendCloseFrame
-
dropPongFrames
public boolean dropPongFrames() -
decoderConfig
-
toString
-
toBuilder
-
newBuilder
-