Uses of Class
com.belerweb.social.http.HttpException

Packages that use HttpException
com.belerweb.social.http   
 

Uses of HttpException in com.belerweb.social.http
 

Methods in com.belerweb.social.http that throw HttpException
static String Http.get(String uri, org.apache.http.Header... headers)
           
static String Http.get(String uri, List<org.apache.http.NameValuePair> params)
           
static boolean Http.isRequestSuccess(org.apache.http.HttpResponse response)
           
static String Http.post(String uri)
           
static String Http.post(String uri, org.apache.http.HttpEntity postBody, org.apache.http.Header... headers)
           
static String Http.post(String uri, List<org.apache.http.NameValuePair> params, String charset, org.apache.http.Header... headers)
           
static String Http.responseToString(org.apache.http.HttpResponse response)
           
 



Copyright © 2014. All Rights Reserved.