io.helidon.common.socket.SocketOptions
Description
Socket options
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
connect- | Duration | PT10S | Socket connect timeout |
socket- | Boolean | true | Socket reuse address |
socket- | Integer | Socket send buffer size | |
read- | Duration | PT30S | Socket read timeout |
socket- | Integer | Socket receive buffer size | |
socket- | Boolean | true | Configure socket keep alive |
tcp- | Boolean | false | This option may improve performance on some systems |
Usages
See the manifest for all available types.