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.http
Fields in org.apache.juneau.http declared as ServiceUnavailableModifier and TypeFieldDescriptionstatic final ServiceUnavailable
HttpResponses.SERVICE_UNAVAILABLE
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return ServiceUnavailableModifier and TypeMethodDescriptionstatic final ServiceUnavailable
HttpResponses.serviceUnavailable()
A shortcut for callingServiceUnavailable()
. -
Uses of ServiceUnavailable in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as ServiceUnavailableModifier and TypeFieldDescriptionstatic final ServiceUnavailable
ServiceUnavailable.INSTANCE
Reusable 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 ServiceUnavailableModifierConstructorDescriptionprotected
ServiceUnavailable
(ServiceUnavailable copyFrom) Copy constructor.