Uses of Interface
io.github.belgif.rest.problem.api.HttpResponseHeaders
Packages that use HttpResponseHeaders
-
Uses of HttpResponseHeaders in io.github.belgif.rest.problem
Classes in io.github.belgif.rest.problem that implement HttpResponseHeadersModifier and TypeClassDescriptionclassHTTP 401: Expired Access Token (https://www.belgif.be/specification/rest/api-guide/problems/expiredAccessToken.html)classHTTP 401: Invalid Access Token (https://www.belgif.be/specification/rest/api-guide/problems/invalidAccessToken.html)classHTTP 403: Missing Scope (https://www.belgif.be/specification/rest/api-guide/problems/missingScope.html)classHTTP 401: No Access Token (https://www.belgif.be/specification/rest/api-guide/problems/noAccessToken.html)classHTTP 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 HttpResponseHeaders in io.github.belgif.rest.problem.api
Subinterfaces of HttpResponseHeaders in io.github.belgif.rest.problem.apiModifier and TypeInterfaceDescriptioninterfaceInterface implemented by problems with retryAfter / retryAfterSec properties.Classes in io.github.belgif.rest.problem.api that implement HttpResponseHeadersModifier and TypeClassDescriptionclassAbstract base class for client problems with retryAfter/retryAfterSec.classAbstract base class for server problems with retryAfter/retryAfterSec.