Uses of Class
org.apache.juneau.http.response.Gone
Packages that use Gone
Package
Description
RFC2616 HTTP Headers
HTTP Response Exception Beans
-
Uses of Gone in org.apache.juneau.http
Fields in org.apache.juneau.http declared as GoneMethods in org.apache.juneau.http that return Gone -
Uses of Gone in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as GoneMethods in org.apache.juneau.http.response that return GoneModifier and TypeMethodDescriptionGone.copy()Creates a modifiable copy of this bean.Gone.setContent(String value) Gone.setContent(HttpEntity value) Gone.setHeader2(String name, Object value) Gone.setHeaders(List<Header> values) Gone.setHeaders(HeaderList value) Gone.setHeaders2(Header... values) Gone.setLocale2(Locale value) Gone.setMessage(String message, Object... args) Gone.setProtocolVersion(ProtocolVersion value) Gone.setReasonPhrase2(String value) Gone.setReasonPhraseCatalog(ReasonPhraseCatalog value) Gone.setStatusCode2(int code) Gone.setStatusLine(BasicStatusLine value) Gone.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type Gone