Skip to content

io.helidon.webserver.websocket.WsConfig

Description

WebSocket protocol configuration

Configuration options

KeyTypeDefaultDescription
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.