connectionPool

abstract fun connectionPool(connectionPool: ConnectionPool): ApiClient.Builder

Return

the same Builder instance

See also

okhttp3.ConnectionPool

Parameters

connectionPool

the connectionPool used to recycle connections. If unset, a new connection pool with a default configuration will be used.