| Package | Description |
|---|---|
| org.exoplatform.social.client.api.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2011–2016 eXo Platform SAS. All rights reserved.