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.httpFields in org.apache.juneau.http declared as RangeNotSatisfiableModifier and TypeFieldDescriptionstatic final RangeNotSatisfiableHttpResponses.RANGE_NOT_SATISFIABLEA synonym forINSTANCE.Methods in org.apache.juneau.http that return RangeNotSatisfiableModifier and TypeMethodDescriptionstatic final RangeNotSatisfiableHttpResponses.rangeNotSatisfiable()A shortcut for callingRangeNotSatisfiable().
- 
Uses of RangeNotSatisfiable in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as RangeNotSatisfiableModifier and TypeFieldDescriptionstatic final RangeNotSatisfiableRangeNotSatisfiable.INSTANCEReusable 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 RangeNotSatisfiableModifierConstructorDescriptionprotectedRangeNotSatisfiable(RangeNotSatisfiable copyFrom) Copy constructor.