Class UseProxy

All Implemented Interfaces:
HttpMessage, HttpResponse

@Response @StatusCode(305) @Schema(description="Use Proxy") public class UseProxy extends BasicHttpResponse
Represents an HTTP 305 Use Proxy response.

The requested resource is available only through a proxy, the address for which is provided in the response. Many HTTP clients (such as Mozilla and Internet Explorer) do not correctly handle responses with this status code, primarily for security reasons.

See Also: