Class MovedPermanently

java.lang.Object
org.apache.juneau.http.response.BasicHttpResponse
org.apache.juneau.http.response.MovedPermanently
All Implemented Interfaces:
HttpMessage, HttpResponse

@Response @StatusCode(301) @Schema(description="Moved Permanently") public class MovedPermanently extends BasicHttpResponse
Represents an HTTP 301 Moved Permanently response.

This and all future requests should be directed to the given URI.

See Also: