Uses of Package
org.codegist.crest

Packages that use org.codegist.crest
org.codegist.crest Contains CRest interfaces and default implementations. 
org.codegist.crest.config Contains DefaultCRest configuration interfaces and configuration factories. 
org.codegist.crest.handler Contains retry, response and error handler interfaces and default implementations 
org.codegist.crest.injector Injectors are used to inject any method parameter values in the http request before it gets fired. 
org.codegist.crest.interceptor Interceptors are notified before and after the parameters have been added to the request. 
org.codegist.crest.oauth OAuth support implementation 
org.codegist.crest.security Authentification components 
org.codegist.crest.security.handler   
org.codegist.crest.security.interceptor   
 

Classes in org.codegist.crest used by org.codegist.crest
CRest
          CRest rest-bounded instances behave as follow :
CRestBuilder
          The default build :
CRestContext
          Global CRest context object holding the DefaultCRest dependencies
CRestException
           
HttpException
           
HttpMethod
          Supported HTTP methods
HttpRequest
           
HttpRequest.Builder
          Handy builder for HttpRequest objects.
HttpResource
          HttpResource abstraction that provides methods to access resource stream and release network resources.
HttpResponse
          Http response for the a HttpRequest.
InterfaceContext
          InterfaceContext's context, passed to any component used during request building, parameter serialization and response deserialization process.
RequestContext
          Context for any request, passed to request's interceptors.
RestService
           
 

Classes in org.codegist.crest used by org.codegist.crest.config
CRestContext
          Global CRest context object holding the DefaultCRest dependencies
HttpMethod
          Supported HTTP methods
 

Classes in org.codegist.crest used by org.codegist.crest.handler
CRestException
           
ResponseContext
          Response context, passed to the response handlers and error handlers.
 

Classes in org.codegist.crest used by org.codegist.crest.injector
HttpRequest.Builder
          Handy builder for HttpRequest objects.
ParamContext
          Context object passed during the parameter injection process
 

Classes in org.codegist.crest used by org.codegist.crest.interceptor
HttpRequest.Builder
          Handy builder for HttpRequest objects.
RequestContext
          Context for any request, passed to request's interceptors.
 

Classes in org.codegist.crest used by org.codegist.crest.oauth
HttpRequest.Builder
          Handy builder for HttpRequest objects.
RestService
           
 

Classes in org.codegist.crest used by org.codegist.crest.security
HttpRequest.Builder
          Handy builder for HttpRequest objects.
 

Classes in org.codegist.crest used by org.codegist.crest.security.handler
ResponseContext
          Response context, passed to the response handlers and error handlers.
 

Classes in org.codegist.crest used by org.codegist.crest.security.interceptor
HttpRequest.Builder
          Handy builder for HttpRequest objects.
RequestContext
          Context for any request, passed to request's interceptors.
 



Copyright © 2011. All Rights Reserved.