org.exoplatform.social.client.api.net
Interface SocialHttpClient

All Superinterfaces:
org.apache.http.client.HttpClient
All Known Implementing Classes:
SocialHttpClientImpl

public interface SocialHttpClient
extends org.apache.http.client.HttpClient

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 29, 2011


Nested Class Summary
static class SocialHttpClient.POLICY
           
 
Method Summary
 void setBasicAuthenticateToRequest()
          Setting the basic authenticate which uses the username/password in SocialClientContext
 
Methods inherited from interface org.apache.http.client.HttpClient
execute, execute, execute, execute, execute, execute, execute, execute, getConnectionManager, getParams
 

Method Detail

setBasicAuthenticateToRequest

void setBasicAuthenticateToRequest()
                                   throws SocialClientLibException
Setting the basic authenticate which uses the username/password in SocialClientContext

Throws:
SocialClientLibException


Copyright © 2011-2012 eXo Platform. All Rights Reserved.