Uses of Interface
org.codegist.crest.ResponseContext

Packages that use ResponseContext
org.codegist.crest.handler Contains retry, response and error handler interfaces and default implementations 
org.codegist.crest.security.handler   
 

Uses of ResponseContext in org.codegist.crest.handler
 

Methods in org.codegist.crest.handler with parameters of type ResponseContext
 Object ResponseHandler.handle(ResponseContext responseContext)
           
 Object DefaultResponseHandler.handle(ResponseContext context)
           
<T> T
ErrorDelegatorHandler.handle(ResponseContext context, Exception e)
           
<T> T
DefaultValuesErrorHandler.handle(ResponseContext context, Exception e)
           
<T> T
ErrorHandler.handle(ResponseContext context, Exception e)
           
 boolean MaxAttemptRetryHandler.retry(ResponseContext response, Exception exception, int retryNumber)
           
 boolean RetryHandler.retry(ResponseContext response, Exception exception, int retryNumber)
           
 

Uses of ResponseContext in org.codegist.crest.security.handler
 

Methods in org.codegist.crest.security.handler with parameters of type ResponseContext
 boolean RefreshAuthentificationRetryHandler.retry(ResponseContext response, Exception exception, int retryNumber)
           
 



Copyright © 2011. All Rights Reserved.