Class ResetContent

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

@Response @StatusCode(205) @Schema(description="Reset Content") public class ResetContent extends BasicHttpResponse
Represents an HTTP 205 Reset Content response.

The server successfully processed the request, but is not returning any content. Unlike a 204 response, this response requires that the requester reset the document view.

See Also: