public class HttpClientFactory extends Object
| Constructor and Description |
|---|
HttpClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.httpclient.methods.GetMethod |
getGetMethod(String url)
Return a GetMethod
|
org.apache.commons.httpclient.HttpClient |
getHttpClient()
Return an HttpClient
|
org.apache.commons.httpclient.methods.PostMethod |
getPostMethod(String url)
Return a PostMethod
|
public org.apache.commons.httpclient.HttpClient getHttpClient()
public org.apache.commons.httpclient.methods.PostMethod getPostMethod(String url)
url - POST urlpublic org.apache.commons.httpclient.methods.GetMethod getGetMethod(String url)
url - GET urlCopyright © 2016–2017. All rights reserved.