TcpConnectionPoolResponse

data class TcpConnectionPoolResponse(val maxConnections: Int? = null)

Defines parameters for tcp connection pooling

Constructors

Link copied to clipboard
constructor(maxConnections: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxConnections: Int? = null

Maximum number of tcp connections allowed