Class NoContent

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

@Response @StatusCode(204) @Schema(description="No Content") public class NoContent extends BasicHttpResponse
Represents an HTTP 204 No Content response.

The server successfully processed the request and is not returning any content.

See Also: