getMax

abstract fun getMax(): Integer

Return the maximum number of active connections that can be allocated at the same time or -1 if there is no limit. Can also return null if that information is not available.

Return

the maximum number of active connections or null