Uses of Annotation Interface
org.apache.juneau.http.annotation.Response
Packages that use Response
Package
Description
HTTP Response Exception Beans
REST Interface Helper Classes
-
Uses of Response in org.apache.juneau.http.annotation
Fields in org.apache.juneau.http.annotation declared as ResponseMethods in org.apache.juneau.http.annotation that return ResponseModifier and TypeMethodDescriptionResponseAnnotation.Builder.build()
Instantiates a new@Response
object initialized with this builder.Methods in org.apache.juneau.http.annotation with parameters of type ResponseModifier and TypeMethodDescriptionstatic boolean
Returnstrue if the specified annotation contains all default values.Method parameters in org.apache.juneau.http.annotation with type arguments of type ResponseModifier and TypeMethodDescriptionvoid
ResponseAnnotation.Applier.apply
(AnnotationInfo<Response> ai, BeanContext.Builder b) -
Uses of Response in org.apache.juneau.http.response
Classes in org.apache.juneau.http.response with annotations of type ResponseModifier 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). -
Uses of Response in org.apache.juneau.microservice.resources
Classes in org.apache.juneau.microservice.resources with annotations of type ResponseModifier and TypeClassDescriptionstatic class
class
static class
static class
-
Uses of Response in org.apache.juneau.rest.beans
Classes in org.apache.juneau.rest.beans with annotations of type ResponseModifier and TypeClassDescriptionclass
Shortcut label for child resources.class
Convenience subclass ofSeeOther
for redirecting a response to the servlet root.