com.atlassian.bamboo.agent.bootstrap
Class RemoteAgentHttpClient

java.lang.Object
  extended by com.atlassian.bamboo.agent.bootstrap.RemoteAgentHttpClient

public class RemoteAgentHttpClient
extends java.lang.Object


Constructor Summary
RemoteAgentHttpClient()
           
 
Method Summary
static org.apache.commons.httpclient.HttpClient newHttpClient()
           
static org.apache.commons.httpclient.HttpClient newHttpClient(int timeoutSeconds, int retries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAgentHttpClient

public RemoteAgentHttpClient()
Method Detail

newHttpClient

public static org.apache.commons.httpclient.HttpClient newHttpClient()
                                                              throws java.lang.ClassNotFoundException,
                                                                     java.net.MalformedURLException
Throws:
java.lang.ClassNotFoundException
java.net.MalformedURLException

newHttpClient

public static org.apache.commons.httpclient.HttpClient newHttpClient(int timeoutSeconds,
                                                                     int retries)


Copyright © 2012 Atlassian. All Rights Reserved.