io.helidon.webserver.websocket.WsConfig
Description
WebSocket protocol configuration
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
name | String | websocket | Name of this configuration |
origins | List<String> | WebSocket origins | |
max-frame-length | Integer | 1048576 | Max WebSocket frame size supported by the server on a read operation |
Usages
See the manifest for all available types.