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