|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taleo.integration.client.customstep.util.HttpUtils
public final class HttpUtils
Utility class for HTTP clients.
Constructor Summary | |
---|---|
HttpUtils()
|
Method Summary | |
---|---|
static org.apache.commons.httpclient.UsernamePasswordCredentials |
createProxyCredentials(java.lang.String pUserName,
java.lang.String pPassword)
Creates the correct instance of credentials based on the proxy parameters set in the current JVM. |
static org.apache.commons.httpclient.HttpClient |
getHttpClient()
Creates a HTTP client instance for the communication. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpUtils()
Method Detail |
---|
public static org.apache.commons.httpclient.HttpClient getHttpClient()
public static org.apache.commons.httpclient.UsernamePasswordCredentials createProxyCredentials(java.lang.String pUserName, java.lang.String pPassword)
pUserName
- The user name to use for the credentialspPassword
- The password for that user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |