Uses of Class
org.exoplatform.social.client.api.net.SocialHttpClient.POLICY

Packages that use SocialHttpClient.POLICY
org.exoplatform.social.client.api.net   
org.exoplatform.social.client.core.util   
 

Uses of SocialHttpClient.POLICY in org.exoplatform.social.client.api.net
 

Methods in org.exoplatform.social.client.api.net that return SocialHttpClient.POLICY
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.
 

Uses of SocialHttpClient.POLICY in org.exoplatform.social.client.core.util
 

Methods in org.exoplatform.social.client.core.util with parameters of type SocialHttpClient.POLICY
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 eXo Platform. All Rights Reserved.