Uses of Class
org.apache.juneau.http.response.Forbidden
Packages that use Forbidden
Package
Description
HTTP Response Exception Beans
- 
Uses of Forbidden in org.apache.juneau.httpFields in org.apache.juneau.http declared as ForbiddenModifier and TypeFieldDescriptionstatic final ForbiddenHttpResponses.FORBIDDENA synonym forINSTANCE.Methods in org.apache.juneau.http that return ForbiddenModifier and TypeMethodDescriptionstatic final ForbiddenHttpResponses.forbidden()A shortcut for callingForbidden().
- 
Uses of Forbidden in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as ForbiddenModifier and TypeFieldDescriptionstatic final ForbiddenForbidden.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return ForbiddenModifier and TypeMethodDescriptionForbidden.copy()Creates a modifiable copy of this bean.Forbidden.setHeader2(String name, Object value) Forbidden.setHeaders(HeaderList value) Forbidden.setHeaders2(Header... values) Forbidden.setLocale2(Locale value) Forbidden.setMessage(String message, Object... args) Forbidden.setProtocolVersion(ProtocolVersion value) Forbidden.setReasonPhrase2(String value) Forbidden.setReasonPhraseCatalog(ReasonPhraseCatalog value) Forbidden.setStatusCode2(int code) Forbidden.setStatusLine(BasicStatusLine value) Forbidden.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type Forbidden