|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocialHttpClientException | |
|---|---|
| org.exoplatform.social.client.core.util | |
| Uses of SocialHttpClientException in org.exoplatform.social.client.core.util |
|---|
| Methods in org.exoplatform.social.client.core.util that throw SocialHttpClientException | |
|---|---|
static void |
SocialHttpClientSupport.dumpContent(org.apache.http.HttpResponse response)
Dump the HttpResponse content which Rest Service to return. |
static org.apache.http.HttpResponse |
SocialHttpClientSupport.executeDelete(String targetURL,
SocialHttpClient.POLICY authPolicy)
Invokes the social rest service via Delete method with HttpParams is null. |
static org.apache.http.HttpResponse |
SocialHttpClientSupport.executeDelete(String targetURL,
SocialHttpClient.POLICY authPolicy,
org.apache.http.params.HttpParams params)
Invokes the social rest service via Delete method with HttpParams |
static org.apache.http.HttpResponse |
SocialHttpClientSupport.executeGet(String targetURL,
SocialHttpClient.POLICY authPolicy)
Invokes the social rest service via Get method |
static org.apache.http.HttpResponse |
SocialHttpClientSupport.executeGet(String targetURL,
SocialHttpClient.POLICY authPolicy,
org.apache.http.params.HttpParams params)
Invokes the social rest service via Get method |
static org.apache.http.HttpResponse |
SocialHttpClientSupport.executePost(String targetURL,
SocialHttpClient.POLICY authPolicy)
Invokes the social rest service via Post but both Model and HttpParams are null. |
static org.apache.http.HttpResponse |
SocialHttpClientSupport.executePost(String targetURL,
SocialHttpClient.POLICY authPolicy,
org.apache.http.params.HttpParams params)
Invokes the social rest service via Post method with Model and HttpParams is null. |
static org.apache.http.HttpResponse |
SocialHttpClientSupport.executePost(String targetURL,
SocialHttpClient.POLICY authPolicy,
org.apache.http.params.HttpParams params,
Model model)
Invokes the social rest service via Post method |
static org.apache.http.HttpResponse |
SocialHttpClientSupport.executePost(String targetURL,
SocialHttpClient.POLICY authPolicy,
Model model)
Invokes the social rest service via Post method with Model is null and HttpParams. |
static String |
SocialHttpClientSupport.getContent(org.apache.http.HttpResponse response)
Executes the HttpResponse with read the content to buffered. |
static org.apache.http.HttpEntity |
SocialHttpClientSupport.processContent(org.apache.http.HttpResponse response)
Executes the HttpResponse with read the content to buffered. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||