io.helidon.webserver.websocket.WsConfig

Description

WebSocket protocol configuration

Configuration options

KeyTypeDefaultDescription
max-buffered-message-sizeSize1 MiBMaximum size of a WebSocket message buffered for delivery to a listener
nameStringwebsocketName of this configuration
originsList<String>WebSocket origins
max-frame-lengthInteger1048576Max WebSocket frame size supported by the server on a read operation

Usages


See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.