Uses of Class
org.apache.juneau.http.response.MovedPermanently
Packages that use MovedPermanently
Package
Description
HTTP Response Exception Beans
- 
Uses of MovedPermanently in org.apache.juneau.httpFields in org.apache.juneau.http declared as MovedPermanentlyModifier and TypeFieldDescriptionstatic final MovedPermanentlyHttpResponses.MOVED_PERMANENTLYA synonym forINSTANCE.Methods in org.apache.juneau.http that return MovedPermanentlyModifier and TypeMethodDescriptionstatic final MovedPermanentlyHttpResponses.movedPermanently(String location) A shortcut for callingMovedPermanently().
- 
Uses of MovedPermanently in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as MovedPermanentlyModifier and TypeFieldDescriptionstatic final MovedPermanentlyMovedPermanently.INSTANCEDefault unmodifiable instanceMethods in org.apache.juneau.http.response that return MovedPermanentlyModifier and TypeMethodDescriptionMovedPermanently.copy()Creates a builder for this class initialized with the contents of this bean.MovedPermanently.setContent(String value) MovedPermanently.setContent(HttpEntity value) MovedPermanently.setHeader2(String name, String value) MovedPermanently.setHeader2(Header value) MovedPermanently.setHeaders(List<Header> values) MovedPermanently.setHeaders(HeaderList value) MovedPermanently.setHeaders2(Header... values) MovedPermanently.setLocale2(Locale value) MovedPermanently.setLocation(String value) MovedPermanently.setLocation(URI value) MovedPermanently.setProtocolVersion(ProtocolVersion value) MovedPermanently.setReasonPhrase2(String value) MovedPermanently.setReasonPhraseCatalog(ReasonPhraseCatalog value) MovedPermanently.setStatusCode2(int value) MovedPermanently.setStatusLine(BasicStatusLine value) MovedPermanently.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type MovedPermanently