Uses of Class
org.apache.juneau.http.response.NotModified
Packages that use NotModified
Package
Description
HTTP Response Exception Beans
- 
Uses of NotModified in org.apache.juneau.httpFields in org.apache.juneau.http declared as NotModifiedModifier and TypeFieldDescriptionstatic final NotModifiedHttpResponses.NOT_MODIFIEDA synonym forINSTANCE.Methods in org.apache.juneau.http that return NotModifiedModifier and TypeMethodDescriptionstatic final NotModifiedHttpResponses.notModified()A shortcut for callingNotModified().
- 
Uses of NotModified in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as NotModifiedModifier and TypeFieldDescriptionstatic final NotModifiedNotModified.INSTANCEDefault unmodifiable instanceMethods in org.apache.juneau.http.response that return NotModifiedModifier and TypeMethodDescriptionNotModified.copy()Creates a builder for this class initialized with the contents of this bean.NotModified.setContent(String value) NotModified.setContent(HttpEntity value) NotModified.setHeader2(String name, String value) NotModified.setHeader2(Header value) NotModified.setHeaders(List<Header> values) NotModified.setHeaders(HeaderList value) NotModified.setHeaders2(Header... values) NotModified.setLocale2(Locale value) NotModified.setLocation(String value) NotModified.setLocation(URI value) NotModified.setProtocolVersion(ProtocolVersion value) NotModified.setReasonPhrase2(String value) NotModified.setReasonPhraseCatalog(ReasonPhraseCatalog value) NotModified.setStatusCode2(int value) NotModified.setStatusLine(BasicStatusLine value) NotModified.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type NotModified