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