class EndpointConfig
Endpoint settings.
EndpointConfig()
Endpoint settings. |
var allowHalfClose: Boolean
Allow socket to close output channel immediately on writing completion (TCP connection half close). |
|
var connectAttempts: Int
Maximum number of connection attempts. Note: this property affects only connection retries, but not request retries |
|
var
Maximum number of connection attempts. |
|
var connectTimeout: Long
Connect timeout in millis. |
|
var keepAliveTime: Long
Connection keep-alive time in millis. |
|
var maxConnectionsPerRoute: Int
Maximum connections per single route. |
|
var pipelineMaxSize: Int
Maximum number of requests per single pipeline. |
|
var socketTimeout: Long
Socket timeout in millis. |