Uses of Interface
org.jboss.seam.social.core.HttpResponse

Packages that use HttpResponse
org.jboss.seam.social.core   
 

Uses of HttpResponse in org.jboss.seam.social.core
 

Methods in org.jboss.seam.social.core that return HttpResponse
 HttpResponse OAuthRequest.send()
          Execute the request and return a HttpResonse
 HttpResponse OAuthService.sendSignedRequest(RestVerb verb, String uri)
          Send an OAuth request signed without any parameter
 HttpResponse OAuthService.sendSignedRequest(RestVerb verb, String uri, Map<String,Object> params)
          Send an OAuth request signed with a list a parameter
 HttpResponse OAuthService.sendSignedRequest(RestVerb verb, String uri, String key, Object value)
          Send an OAuth request signed with a single parameter
 HttpResponse OAuthService.sendSignedXmlRequest(RestVerb verb, String uri, String payload)
          Send an OAuth request signed with an XML Paylad as content
 



Copyright © 2011 Seam Framework. All Rights Reserved.