Uses of Class
org.apache.juneau.http.response.ServiceUnavailable
Packages that use ServiceUnavailable
Package
Description
HTTP Response Exception Beans
- 
Uses of ServiceUnavailable in org.apache.juneau.httpFields in org.apache.juneau.http declared as ServiceUnavailableModifier and TypeFieldDescriptionstatic final ServiceUnavailableHttpResponses.SERVICE_UNAVAILABLEA synonym forINSTANCE.Methods in org.apache.juneau.http that return ServiceUnavailableModifier and TypeMethodDescriptionstatic final ServiceUnavailableHttpResponses.serviceUnavailable()A shortcut for callingServiceUnavailable().
- 
Uses of ServiceUnavailable in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as ServiceUnavailableModifier and TypeFieldDescriptionstatic final ServiceUnavailableServiceUnavailable.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return ServiceUnavailableModifier and TypeMethodDescriptionServiceUnavailable.copy()Creates a modifiable copy of this bean.ServiceUnavailable.setHeader2(String name, Object value) ServiceUnavailable.setHeaders(HeaderList value) ServiceUnavailable.setHeaders2(Header... values) ServiceUnavailable.setLocale2(Locale value) ServiceUnavailable.setMessage(String message, Object... args) ServiceUnavailable.setProtocolVersion(ProtocolVersion value) ServiceUnavailable.setReasonPhrase2(String value) ServiceUnavailable.setReasonPhraseCatalog(ReasonPhraseCatalog value) ServiceUnavailable.setStatusCode2(int code) ServiceUnavailable.setStatusLine(BasicStatusLine value) ServiceUnavailable.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type ServiceUnavailableModifierConstructorDescriptionprotectedServiceUnavailable(ServiceUnavailable copyFrom) Copy constructor.