Uses of Interface
org.codegist.crest.RestService

Packages that use RestService
org.codegist.crest Contains CRest interfaces and default implementations. 
org.codegist.crest.oauth OAuth support implementation 
 

Uses of RestService in org.codegist.crest
 

Classes in org.codegist.crest that implement RestService
 class DefaultRestService
          Simple RestService implementation based on JDK's HttpURLConnection.
 class HttpClientRestService
          RestService implementation based on ASF HttpClient.
 

Methods in org.codegist.crest that return RestService
 RestService CRestContext.getRestService()
           
static RestService HttpClientRestService.newRestService(int maxConcurrentConnection, int maxConnectionPerRoute)
           
 

Methods in org.codegist.crest with parameters of type RestService
 CRestBuilder CRestBuilder.setRestService(RestService restService)
          Overrides the rest service every services build with the resulting CRest instance will use.
 

Uses of RestService in org.codegist.crest.oauth
 

Constructors in org.codegist.crest.oauth with parameters of type RestService
OAuthenticatorV10(RestService restService, Token consumerToken)
           
OAuthenticatorV10(RestService restService, Token consumerToken, Map<String,Object> config)
           
OAuthenticatorV10(RestService restService, Token consumerToken, Map<String,Object> config, org.codegist.crest.oauth.OAuthenticatorV10.VariantProvider variant)
           
OAuthenticatorV10(RestService restService, Token consumerToken, org.codegist.crest.oauth.OAuthenticatorV10.VariantProvider variant)
           
 



Copyright © 2011. All Rights Reserved.