public final class HttpClientWrapper extends Object implements Serializable
| Constructor and Description |
|---|
HttpClientWrapper() |
HttpClientWrapper(HttpClientWrapperConfiguration wrapperConf) |
public HttpClientWrapper(HttpClientWrapperConfiguration wrapperConf)
public HttpClientWrapper()
public void shutdown()
public void setHttpResponseListener(HttpResponseListener listener)
public HttpResponse get(String url, HttpParameter[] parameters, Authorization authorization) throws TwitterException
TwitterExceptionpublic HttpResponse get(String url, HttpParameter[] parameters) throws TwitterException
TwitterExceptionpublic HttpResponse get(String url, Authorization authorization) throws TwitterException
TwitterExceptionpublic HttpResponse get(String url) throws TwitterException
TwitterExceptionpublic HttpResponse post(String url, HttpParameter[] parameters, Authorization authorization) throws TwitterException
TwitterExceptionpublic HttpResponse post(String url, HttpParameter[] parameters) throws TwitterException
TwitterExceptionpublic HttpResponse post(String url, HttpParameter[] parameters, Map<String,String> requestHeaders) throws TwitterException
TwitterExceptionpublic HttpResponse post(String url, Authorization authorization) throws TwitterException
TwitterExceptionpublic HttpResponse post(String url) throws TwitterException
TwitterExceptionpublic HttpResponse delete(String url, HttpParameter[] parameters, Authorization authorization) throws TwitterException
TwitterExceptionpublic HttpResponse delete(String url, HttpParameter[] parameters) throws TwitterException
TwitterExceptionpublic HttpResponse delete(String url, Authorization authorization) throws TwitterException
TwitterExceptionpublic HttpResponse delete(String url) throws TwitterException
TwitterExceptionpublic HttpResponse head(String url, HttpParameter[] parameters, Authorization authorization) throws TwitterException
TwitterExceptionpublic HttpResponse head(String url, HttpParameter[] parameters) throws TwitterException
TwitterExceptionpublic HttpResponse head(String url, Authorization authorization) throws TwitterException
TwitterExceptionpublic HttpResponse head(String url) throws TwitterException
TwitterExceptionpublic HttpResponse put(String url, HttpParameter[] parameters, Authorization authorization) throws TwitterException
TwitterExceptionpublic HttpResponse put(String url, HttpParameter[] parameters) throws TwitterException
TwitterExceptionpublic HttpResponse put(String url, Authorization authorization) throws TwitterException
TwitterExceptionpublic HttpResponse put(String url) throws TwitterException
TwitterExceptionCopyright © 2013. All Rights Reserved.