io.helidon.webserver.ConnectionConfig
Description
Configuration of a server connection (for each connection created by clients)
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
connect-timeout | Duration | PT10S | Connect timeout |
keep-alive | Boolean | true | Configure socket keep alive |
read-timeout | Duration | PT30S | Read timeout |
receive-buffer-size | Integer | 32768 | Socket receive buffer size |
reuse-address | Boolean | true | Socket reuse address |
send-buffer-size | Integer | 32768 | Socket send buffer size |
tcp-no-delay | Boolean | false | Disable Nagle's algorithm by setting TCP_NODELAY to true |
Usages
See the manifest for all available types.