Searched refs:_maxConnections (Results 1 – 1 of 1) sorted by relevance
65 private volatile int _maxConnections; field in HttpDestination80 _maxConnections = _client.getMaxConnectionsPerAddress(); in HttpDestination()115 return _maxConnections; in getMaxConnections()120 this._maxConnections = maxConnections; in setMaxConnections()192 if (totalConnections < _maxConnections) in getConnection()570 if (_connections.size() + _pendingConnections < _maxConnections) in doSend()607 …Code(), _address.getHost(), _address.getPort(), _connections.size(), _maxConnections, _idleConnect… in toString()