Uses of Interface
org.codegist.crest.RequestContext

Packages that use RequestContext
org.codegist.crest Contains CRest interfaces and default implementations. 
org.codegist.crest.interceptor Interceptors are notified before and after the parameters have been added to the request. 
org.codegist.crest.security.interceptor   
 

Uses of RequestContext in org.codegist.crest
 

Subinterfaces of RequestContext in org.codegist.crest
 interface ParamContext<V>
          Context object passed during the parameter injection process
 

Methods in org.codegist.crest that return RequestContext
 RequestContext ResponseContext.getRequestContext()
           
 

Uses of RequestContext in org.codegist.crest.interceptor
 

Methods in org.codegist.crest.interceptor with parameters of type RequestContext
 void RequestInterceptorAdapter.afterParamsInjectionHandle(HttpRequest.Builder builder, RequestContext context)
           
 void RequestInterceptor.afterParamsInjectionHandle(HttpRequest.Builder builder, RequestContext context)
          Called after parameters have been injected into the request.
 void CompositeRequestInterceptor.afterParamsInjectionHandle(HttpRequest.Builder builder, RequestContext context)
           
 void RequestInterceptorAdapter.beforeParamsInjectionHandle(HttpRequest.Builder builder, RequestContext context)
           
 void RequestInterceptor.beforeParamsInjectionHandle(HttpRequest.Builder builder, RequestContext context)
          Called after general parameter have been added to the request, but before parameters are injected into it.
 void CompositeRequestInterceptor.beforeParamsInjectionHandle(HttpRequest.Builder builder, RequestContext context)
           
 

Uses of RequestContext in org.codegist.crest.security.interceptor
 

Methods in org.codegist.crest.security.interceptor with parameters of type RequestContext
 void AuthentificationInterceptor.afterParamsInjectionHandle(HttpRequest.Builder builder, RequestContext context)
           
 



Copyright © 2011. All Rights Reserved.