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.httpFields in org.apache.juneau.http declared as NoContentModifier and TypeFieldDescriptionstatic final NoContentHttpResponses.NO_CONTENTA synonym forINSTANCE.Methods in org.apache.juneau.http that return NoContentModifier and TypeMethodDescriptionstatic final NoContentHttpResponses.noContent()A shortcut for callingNoContent().
- 
Uses of NoContent in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as NoContentModifier and TypeFieldDescriptionstatic final NoContentNoContent.INSTANCEDefault 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