Uses of Class
org.apache.juneau.http.response.NotAcceptable
Packages that use NotAcceptable
Package
Description
HTTP Response Exception Beans
REST Server API
HTTP Response Processors
- 
Uses of NotAcceptable in org.apache.juneau.httpFields in org.apache.juneau.http declared as NotAcceptableModifier and TypeFieldDescriptionstatic final NotAcceptableHttpResponses.NOT_ACCEPTABLEA synonym forINSTANCE.Methods in org.apache.juneau.http that return NotAcceptableModifier and TypeMethodDescriptionstatic final NotAcceptableHttpResponses.notAcceptable()A shortcut for callingNotAcceptable().
- 
Uses of NotAcceptable in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as NotAcceptableModifier and TypeFieldDescriptionstatic final NotAcceptableNotAcceptable.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return NotAcceptableModifier and TypeMethodDescriptionNotAcceptable.copy()Creates a modifiable copy of this bean.NotAcceptable.setHeader2(String name, Object value) NotAcceptable.setHeaders(HeaderList value) NotAcceptable.setHeaders2(Header... values) NotAcceptable.setLocale2(Locale value) NotAcceptable.setMessage(String message, Object... args) NotAcceptable.setProtocolVersion(ProtocolVersion value) NotAcceptable.setReasonPhrase2(String value) NotAcceptable.setReasonPhraseCatalog(ReasonPhraseCatalog value) NotAcceptable.setStatusCode2(int code) NotAcceptable.setStatusLine(BasicStatusLine value) NotAcceptable.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type NotAcceptable
- 
Uses of NotAcceptable in org.apache.juneau.restMethods in org.apache.juneau.rest that throw NotAcceptableModifier and TypeMethodDescriptionRestResponse.getNegotiatedOutputStream()Equivalent toServletResponse.getOutputStream(), except wraps the output stream if anEncoderwas found that matched theAccept-Encoding header.RestResponse.getNegotiatedWriter()Equivalent toServletResponse.getWriter(), except wraps the output stream if anEncoderwas found that matched theAccept-Encoding header and sets theContent-Encoding header to the appropriate value.
- 
Uses of NotAcceptable in org.apache.juneau.rest.processorMethods in org.apache.juneau.rest.processor that throw NotAcceptableModifier and TypeMethodDescriptionintPlainTextPojoProcessor.process(RestOpSession opSession) intSerializedPojoProcessor.process(RestOpSession opSession)