Skip to content

io.helidon.common.socket.SocketOptions

Description

Socket options

Configuration options

KeyTypeDefaultDescription
connect-timeoutDurationPT10SSocket connect timeout
socket-reuse-addressBooleantrueSocket reuse address
socket-send-buffer-sizeIntegerSocket send buffer size
read-timeoutDurationPT30SSocket read timeout
socket-receive-buffer-sizeIntegerSocket receive buffer size
socket-keep-aliveBooleantrueConfigure socket keep alive
tcp-no-delayBooleanfalseThis option may improve performance on some systems

Usages


See the manifest for all available types.