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 TypeClassDescriptionclass
HTTP 401: Expired Access Token (https://www.belgif.be/specification/rest/api-guide/problems/expiredAccessToken.html)class
HTTP 401: Invalid Access Token (https://www.belgif.be/specification/rest/api-guide/problems/invalidAccessToken.html)class
HTTP 403: Missing Scope (https://www.belgif.be/specification/rest/api-guide/problems/missingScope.html)class
HTTP 401: No Access Token (https://www.belgif.be/specification/rest/api-guide/problems/noAccessToken.html)class
HTTP 503: Service Unavailable (https://www.belgif.be/specification/rest/api-guide/problems/serviceUnavailable.html)class
HTTP 429: Too Many Failed Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyFailedRequests.html)class
HTTP 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 TypeInterfaceDescriptioninterface
Interface implemented by problems with retryAfter / retryAfterSec properties.Classes in io.github.belgif.rest.problem.api that implement HttpResponseHeadersModifier and TypeClassDescriptionclass
Abstract base class for client problems with retryAfter/retryAfterSec.class
Abstract base class for server problems with retryAfter/retryAfterSec.