Skip to content

io.helidon.webserver.ConnectionConfig

Description

Configuration of a server connection (for each connection created by clients)

Configuration options

KeyTypeDefaultDescription
connect-timeoutDurationPT10SConnect timeout
keep-aliveBooleantrueConfigure socket keep alive
read-timeoutDurationPT30SRead timeout
receive-buffer-sizeInteger32768Socket receive buffer size
reuse-addressBooleantrueSocket reuse address
send-buffer-sizeInteger32768Socket send buffer size
tcp-no-delayBooleanfalseDisable Nagle's algorithm by setting TCP_NODELAY to true

Usages


See the manifest for all available types.