|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|
ErrorDelegatorHandler.handle(ResponseContext context,
Exception e)
|
|
|
DefaultValuesErrorHandler.handle(ResponseContext context,
Exception e)
|
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |