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