Uses of Package
org.codegist.crest.handler

Packages that use org.codegist.crest.handler
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.security.handler   
 

Classes in org.codegist.crest.handler used by org.codegist.crest.config
ErrorHandler
          Error handler gets invoked when an exception occurs during the request firing.
ResponseHandler
          Response handler is invoked for each request's as long as the interface doesn't specifically requested for the raw response (Reader or InputStream method return types.)
RetryHandler
          Retry handlers are used to control whether a method execution that has failed during the HTTP call should be re-executed or not
 

Classes in org.codegist.crest.handler used by org.codegist.crest.handler
ErrorHandler
          Error handler gets invoked when an exception occurs during the request firing.
ResponseHandler
          Response handler is invoked for each request's as long as the interface doesn't specifically requested for the raw response (Reader or InputStream method return types.)
RetryHandler
          Retry handlers are used to control whether a method execution that has failed during the HTTP call should be re-executed or not
 

Classes in org.codegist.crest.handler used by org.codegist.crest.security.handler
RetryHandler
          Retry handlers are used to control whether a method execution that has failed during the HTTP call should be re-executed or not
 



Copyright © 2011. All Rights Reserved.