Uses of Class
org.apache.juneau.http.response.NoContent
Packages that use NoContent
Package
Description
HTTP Response Exception Beans
-
Uses of NoContent in org.apache.juneau.http
Fields in org.apache.juneau.http declared as NoContentModifier and TypeFieldDescriptionstatic final NoContent
HttpResponses.NO_CONTENT
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return NoContentModifier and TypeMethodDescriptionstatic final NoContent
HttpResponses.noContent()
A shortcut for callingNoContent()
. -
Uses of NoContent in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as NoContentModifier and TypeFieldDescriptionstatic final NoContent
NoContent.INSTANCE
Default unmodifiable instanceMethods in org.apache.juneau.http.response that return NoContentModifier and TypeMethodDescriptionNoContent.copy()
Creates a builder for this class initialized with the contents of this bean.NoContent.setContent
(String value) NoContent.setContent
(HttpEntity value) NoContent.setHeader2
(String name, String value) NoContent.setHeader2
(Header value) NoContent.setHeaders
(List<Header> values) NoContent.setHeaders
(HeaderList value) NoContent.setHeaders2
(Header... values) NoContent.setLocale2
(Locale value) NoContent.setLocation
(String value) NoContent.setLocation
(URI value) NoContent.setProtocolVersion
(ProtocolVersion value) NoContent.setReasonPhrase2
(String value) NoContent.setReasonPhraseCatalog
(ReasonPhraseCatalog value) NoContent.setStatusCode2
(int value) NoContent.setStatusLine
(BasicStatusLine value) NoContent.setUnmodifiable()
Constructors in org.apache.juneau.http.response with parameters of type NoContent