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