org.exoplatform.social.client.api
Class SocialClientContext.Context

java.lang.Object
  extended by org.exoplatform.social.client.api.SocialClientContext.Context
Enclosing class:
SocialClientContext

public class SocialClientContext.Context
extends Object

Keeping the HttpRequest and HttpResponse for Social RestService

Author:
thanh_vucong

Constructor Summary
SocialClientContext.Context(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response)
           
 
Method Summary
 org.apache.http.HttpRequest getRequest()
           
 org.apache.http.HttpResponse getResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialClientContext.Context

public SocialClientContext.Context(org.apache.http.HttpRequest request,
                                   org.apache.http.HttpResponse response)
Method Detail

getRequest

public org.apache.http.HttpRequest getRequest()

getResponse

public org.apache.http.HttpResponse getResponse()


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