Package io.quarkus.vertx.http.runtime
Class WebsocketServerConfig
java.lang.Object
io.quarkus.vertx.http.runtime.WebsocketServerConfig
Configure the Vert.X HTTP Server for WebSocker Server connection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe maximum amount of data that can be sent in a single frame.The maximum WebSocket message size. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maxFrameSize
The maximum amount of data that can be sent in a single frame. Messages larger than this must be broken up into continuation frames. Default 65536 (from HttpServerOptions of Vert.X HttpServerOptions) -
maxMessageSize
The maximum WebSocket message size. Default 262144 (from HttpServerOptions of Vert.X HttpServerOptions)
-
-
Constructor Details
-
WebsocketServerConfig
public WebsocketServerConfig()
-