EndpointConfig
class EndpointConfig
Endpoint settings.
Constructors
EndpointConfig() Endpoint settings. |
Properties
var allowHalfClose: Boolean Allow socket to close output channel immediately on writing completion (TCP connection half close). |
|
var connectRetryAttempts: Int 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. |