Uses of Class
org.apache.juneau.http.response.RangeNotSatisfiable
Packages that use RangeNotSatisfiable
Package
Description
HTTP Response Exception Beans
-
Uses of RangeNotSatisfiable in org.apache.juneau.http
Fields in org.apache.juneau.http declared as RangeNotSatisfiableModifier and TypeFieldDescriptionstatic final RangeNotSatisfiable
HttpResponses.RANGE_NOT_SATISFIABLE
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return RangeNotSatisfiableModifier and TypeMethodDescriptionstatic final RangeNotSatisfiable
HttpResponses.rangeNotSatisfiable()
A shortcut for callingRangeNotSatisfiable()
. -
Uses of RangeNotSatisfiable in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as RangeNotSatisfiableModifier and TypeFieldDescriptionstatic final RangeNotSatisfiable
RangeNotSatisfiable.INSTANCE
Reusable unmodifiable instanceMethods in org.apache.juneau.http.response that return RangeNotSatisfiableModifier and TypeMethodDescriptionRangeNotSatisfiable.copy()
Creates a modifiable copy of this bean.RangeNotSatisfiable.setHeader2
(String name, Object value) RangeNotSatisfiable.setHeaders
(HeaderList value) RangeNotSatisfiable.setHeaders2
(Header... values) RangeNotSatisfiable.setLocale2
(Locale value) RangeNotSatisfiable.setMessage
(String message, Object... args) RangeNotSatisfiable.setProtocolVersion
(ProtocolVersion value) RangeNotSatisfiable.setReasonPhrase2
(String value) RangeNotSatisfiable.setReasonPhraseCatalog
(ReasonPhraseCatalog value) RangeNotSatisfiable.setStatusCode2
(int code) RangeNotSatisfiable.setStatusLine
(BasicStatusLine value) RangeNotSatisfiable.setUnmodifiable()
Constructors in org.apache.juneau.http.response with parameters of type RangeNotSatisfiableModifierConstructorDescriptionprotected
RangeNotSatisfiable
(RangeNotSatisfiable copyFrom) Copy constructor.