Interfaces

Available Interfaces

HTTP Exceptions

Interface Description
HttpException Base interface extended by the other interfaces
HttpInformationalException Interface for exceptions that map onto HTTP 1xx status
HttpSuccessfulException Interface for exceptions that map onto HTTP 2xx status
HttpRedirectionException Interface for exceptions that map onto HTTP 3xx status
HttpRequestErrorException Interface for exceptions that map onto HTTP 4xx status
HttpRuntimeErrorException Interface for exceptions that map onto HTTP 5xx status

HTTP Statuses

Interface Description
HttpStatus Interface for HTTP status value objects
HttpInformationStatus Interface for HTTP 1xx status
HttpSuccessfulStatus Interface for HTTP 2xx status
HttpRedirectionStatus Interface for HTTP 3xx status
HttpRequestErrorStatus Interface for HTTP 4xx status
HttpRuntimeErrorStatus Interface for HTTP 5xx status

HTTP Status Providers

Interface Description
HttpStatusProvider Interface for all objects that can provide a HttpStatus