Uses of Class
io.vertx.core.http.WebSocketServerConfig
Packages that use WebSocketServerConfig
-
Uses of WebSocketServerConfig in io.vertx.core.http
Methods in io.vertx.core.http that return WebSocketServerConfigModifier and TypeMethodDescriptionWebSocketServerConfig.addWebSocketSubProtocol(String subProtocol) Add a WebSocket sub-protocol to the list supported by the server.HttpServerConfig.getWebSocketConfig()HttpServerOptions.getWebSocketConfig()WebSocketServerConfig.setClosingTimeout(Duration closingTimeout) Set the amount of time a server WebSocket will wait until it closes the TCP connection after sending a close frame.WebSocketServerConfig.setCompressionLevel(int compressionLevel) Set the WebSocket compression level.WebSocketServerConfig.setMaxFrameSize(int maxFrameSize) Set the maximum WebSocket frames sizeWebSocketServerConfig.setMaxMessageSize(int maxMessageSize) Set the maximum WebSocket message sizeWebSocketServerConfig.setSubProtocols(List<String> subProtocols) Set the WebSocket list of sub-protocol supported by the server.WebSocketServerConfig.setUseClientNoContext(boolean use) Set whether the WebSocketclient_no_context_takeoverparameter of the per-message deflate compression is used or supported.WebSocketServerConfig.setUsePerFrameCompression(boolean use) Set whether the WebSocket per-frame deflate compression extension is used or supported.WebSocketServerConfig.setUsePerMessageCompression(boolean use) Set whether the WebSocket per-message deflate compression extension is used or supported.WebSocketServerConfig.setUseServerNoContext(boolean use) Set whether the WebSocketserver_no_context_takeoverparameter of the per-message deflate compression is used or supported.WebSocketServerConfig.setUseUnmaskedFrames(boolean use) Set whether WebSocket unmasked frames are used or supportedMethods in io.vertx.core.http with parameters of type WebSocketServerConfigModifier and TypeMethodDescriptionHttpServerConfig.setWebSocketConfig(WebSocketServerConfig webSocketConfig) Set the WebSocket protocol specific configuration.Constructors in io.vertx.core.http with parameters of type WebSocketServerConfig