Uses of Interface
io.github.belgif.rest.problem.api.RetryAfter
Packages that use RetryAfter
-
Uses of RetryAfter in io.github.belgif.rest.problem
Classes in io.github.belgif.rest.problem that implement RetryAfterModifier and TypeClassDescriptionclassHTTP 503: Service Unavailable (https://www.belgif.be/specification/rest/api-guide/problems/serviceUnavailable.html)classHTTP 429: Too Many Failed Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyFailedRequests.html)classHTTP 429: Too Many Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyRequests.html) -
Uses of RetryAfter in io.github.belgif.rest.problem.api
Classes in io.github.belgif.rest.problem.api that implement RetryAfterModifier and TypeClassDescriptionclassAbstract base class for client problems with retryAfter/retryAfterSec.classAbstract base class for server problems with retryAfter/retryAfterSec.