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