Class WebSocketServerProtocolConfig
- java.lang.Object
- 
- io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
- 
 public final class WebSocketServerProtocolConfig extends java.lang.ObjectWebSocket server configuration.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classWebSocketServerProtocolConfig.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckStartsWith()WebSocketDecoderConfigdecoderConfig()booleandropPongFrames()longforceCloseTimeoutMillis()booleanhandleCloseFrames()longhandshakeTimeoutMillis()static WebSocketServerProtocolConfig.BuildernewBuilder()WebSocketCloseStatussendCloseFrame()java.lang.Stringsubprotocols()WebSocketServerProtocolConfig.BuildertoBuilder()java.lang.StringtoString()java.lang.StringwebsocketPath()
 
- 
- 
- 
Method Detail- 
websocketPathpublic java.lang.String websocketPath() 
 - 
subprotocolspublic java.lang.String subprotocols() 
 - 
checkStartsWithpublic boolean checkStartsWith() 
 - 
handshakeTimeoutMillispublic long handshakeTimeoutMillis() 
 - 
forceCloseTimeoutMillispublic long forceCloseTimeoutMillis() 
 - 
handleCloseFramespublic boolean handleCloseFrames() 
 - 
sendCloseFramepublic WebSocketCloseStatus sendCloseFrame() 
 - 
dropPongFramespublic boolean dropPongFrames() 
 - 
decoderConfigpublic WebSocketDecoderConfig decoderConfig() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toBuilderpublic WebSocketServerProtocolConfig.Builder toBuilder() 
 - 
newBuilderpublic static WebSocketServerProtocolConfig.Builder newBuilder() 
 
- 
 
-