Searched refs:_connectorType (Results 1 – 1 of 1) sorted by relevance
79 private int _connectorType = CONNECTOR_SELECT_CHANNEL; field in HttpClient110 if (_connectorType==CONNECTOR_SOCKET) in setBufferTypes()377 return _connectorType; in getConnectorType()383 this._connectorType = connectorType; in setConnectorType()430 …_connector=(_connectorType == CONNECTOR_SELECT_CHANNEL)?new SelectConnector(this):new SocketConnec… in doStart()