|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.httpclient.HttpClient
net.praqma.jenkins.rqm.request.RQMHttpClient
public class RQMHttpClient
| Constructor Summary | |
|---|---|
RQMHttpClient(String host,
int port,
String contextRoot,
String project,
String usr,
String password)
|
|
| Method Summary | |
|---|---|
void |
followRedirects(org.apache.commons.httpclient.HttpMethodBase method,
int responseCode)
|
String |
getPassword()
|
String |
getUsr()
|
int |
login()
|
int |
logout()
|
void |
registerTrustingSSL()
|
| Methods inherited from class org.apache.commons.httpclient.HttpClient |
|---|
executeMethod, executeMethod, executeMethod, getHost, getHostConfiguration, getHttpConnectionManager, getParams, getPort, getState, isStrictMode, setConnectionTimeout, setHostConfiguration, setHttpConnectionFactoryTimeout, setHttpConnectionManager, setParams, setState, setStrictMode, setTimeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RQMHttpClient(String host,
int port,
String contextRoot,
String project,
String usr,
String password)
throws ClientCreationException
ClientCreationException| Method Detail |
|---|
public void registerTrustingSSL()
throws GeneralSecurityException
GeneralSecurityException
public int login()
throws org.apache.commons.httpclient.HttpException,
IOException,
GeneralSecurityException
org.apache.commons.httpclient.HttpException
IOException
GeneralSecurityExceptionpublic int logout()
public void followRedirects(org.apache.commons.httpclient.HttpMethodBase method,
int responseCode)
throws org.apache.commons.httpclient.HttpException,
IOException
org.apache.commons.httpclient.HttpException
IOExceptionpublic String getUsr()
public String getPassword()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||