org.sonar.ide.wsclient
Class HttpClient3ConnectorFactory
java.lang.Object
org.sonar.ide.wsclient.HttpClient3ConnectorFactory
public final class HttpClient3ConnectorFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIMEOUT_MS
protected static final int TIMEOUT_MS
- See Also:
- Constant Field Values
createConnector
public static org.sonar.wsclient.connectors.HttpClient3Connector createConnector(org.sonar.wsclient.Host server)
- Workaround for SONAR-1715 and
for SONAR-1586.
TODO Godin: I suppose that call of method HttpClient3Connector.configureCredentials() should be added to constructor
HttpClient3Connector.HttpClient3Connector(Host, HttpClient)
- Parameters:
server - Sonar server
- Returns:
- configured
HttpClient3Connector - See Also:
HttpClient3Connector.createClient(),
HttpClient3Connector.configureCredentials()
Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.