| Package | Description |
|---|---|
| org.exoplatform.social.client.api.net | |
| org.exoplatform.social.client.api.util |
| Modifier and Type | Method and Description |
|---|---|
static SocialHttpClient.POLICY |
SocialHttpClient.POLICY.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocialHttpClient.POLICY[] |
SocialHttpClient.POLICY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2011–2015 eXo Platform SAS. All rights reserved.