Uses of Annotation Interface
org.apache.juneau.http.annotation.StatusCode
Packages that use StatusCode
Package
Description
HTTP Response Exception Beans
-
Uses of StatusCode in org.apache.juneau.http.annotation
Fields in org.apache.juneau.http.annotation declared as StatusCodeModifier and TypeFieldDescriptionstatic final StatusCode
StatusCodeAnnotation.DEFAULT
Default valueMethods in org.apache.juneau.http.annotation that return StatusCodeModifier and TypeMethodDescriptionStatusCodeAnnotation.Builder.build()
Instantiates a new@StatusCode
object initialized with this builder.Method parameters in org.apache.juneau.http.annotation with type arguments of type StatusCodeModifier and TypeMethodDescriptionvoid
StatusCodeAnnotation.Applier.apply
(AnnotationInfo<StatusCode> ai, BeanContext.Builder b) -
Uses of StatusCode in org.apache.juneau.http.response
Classes in org.apache.juneau.http.response with annotations of type StatusCodeModifier and TypeClassDescriptionclass
Represents anHTTP 202 Accepted response.class
Represents anHTTP 208 Already Reported response.class
Exception representing an HTTP 400 (Bad Request).class
Exception representing an HTTP 409 (Conflict).class
Represents anHTTP 100 Continue response.class
Represents anHTTP 201 Created response.class
Represents anHTTP 103 Early Hints response.class
Exception representing an HTTP 417 (Expectation Failed).class
Exception representing an HTTP 424 (Failed Dependency).class
Exception representing an HTTP 403 (Forbidden).class
Represents anHTTP 302 Found response.class
Exception representing an HTTP 410 ().class
Exception representing an HTTP 505 ().class
Represents anHTTP 226 IM Used response.class
Exception representing an HTTP 507 ().class
Exception representing an HTTP 500 (Internal Server Error).class
Exception representing an HTTP 411 ().class
Exception representing an HTTP 423 (Locked).class
Exception representing an HTTP 508 (Loop Detected).class
Exception representing an HTTP 405 (Method Not Allowed).class
Exception representing an HTTP 421 (Misdirected Request).class
Represents anHTTP 301 Moved Permanently response.class
Represents anHTTP 300 Multiple Choices response.class
Represents anHTTP 207 Multi-Status response.class
Exception representing an HTTP 511 (Network Authentication Required).class
Represents anHTTP 204 No Content response.class
Represents anHTTP 203 Non-Authoritative Information response.class
Exception representing an HTTP 406 (Not Acceptable).class
Exception representing an HTTP 510 (Not Extended).class
Exception representing an HTTP 404 (Not Found).class
Exception representing an HTTP 501 (Not Implemented).class
Represents anHTTP 304 Not Modified response.class
Represents anHTTP 200 OK response.class
Represents anHTTP 206 Partial Content response.class
Exception representing an HTTP 413 (Payload Too Large).class
Represents anHTTP 308 Permanent Redirect response.class
Exception representing an HTTP 412 (Precondition Failed).class
Exception representing an HTTP 428 (Precondition Required).class
Represents anHTTP 102 Processing response.class
Exception representing an HTTP 416 (Range Not Satisfiable).class
Exception representing an HTTP 431 (Request Header Fields Too Large).class
Represents anHTTP 205 Reset Content response.class
Represents anHTTP 303 See Other response.class
Exception representing an HTTP 503 (Service Unavailable).class
Represents anHTTP 101 Switching Protocols response.class
Represents anHTTP 307 Temporary Redirect response.class
Exception representing an HTTP 429 (Too Many Requests).class
Exception representing an HTTP 401 (Unauthorized).class
Exception representing an HTTP 451 (Unavailable For Legal Reasons).class
Exception representing an HTTP 422 (Unprocessable Entity).class
Exception representing an HTTP 415 (Unsupported Media Type).class
Exception representing an HTTP 426 (Upgrade Required).class
Exception representing an HTTP 414 (URI Too Long).class
Represents anHTTP 305 Use Proxy response.class
Exception representing an HTTP 506 (Variant Also Negotiate).