org.sonar.ide.wsclient
Class HttpClient3ConnectorFactory

java.lang.Object
  extended by org.sonar.ide.wsclient.HttpClient3ConnectorFactory

public final class HttpClient3ConnectorFactory
extends Object


Field Summary
protected static int TIMEOUT_MS
           
 
Method Summary
static org.sonar.wsclient.connectors.HttpClient3Connector createConnector(org.sonar.wsclient.Host server)
          Workaround for SONAR-1715 and for SONAR-1586.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMEOUT_MS

protected static final int TIMEOUT_MS
See Also:
Constant Field Values
Method Detail

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.