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.http
Fields in org.apache.juneau.http declared as NotAcceptableModifier and TypeFieldDescriptionstatic final NotAcceptable
HttpResponses.NOT_ACCEPTABLE
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return NotAcceptableModifier and TypeMethodDescriptionstatic final NotAcceptable
HttpResponses.notAcceptable()
A shortcut for callingNotAcceptable()
. -
Uses of NotAcceptable in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as NotAcceptableModifier and TypeFieldDescriptionstatic final NotAcceptable
NotAcceptable.INSTANCE
Reusable 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.rest
Methods in org.apache.juneau.rest that throw NotAcceptableModifier and TypeMethodDescriptionRestResponse.getNegotiatedOutputStream()
Equivalent toServletResponse.getOutputStream()
, except wraps the output stream if anEncoder
was found that matched theAccept-Encoding header.RestResponse.getNegotiatedWriter()
Equivalent toServletResponse.getWriter()
, except wraps the output stream if anEncoder
was found that matched theAccept-Encoding header and sets theContent-Encoding header to the appropriate value. -
Uses of NotAcceptable in org.apache.juneau.rest.processor
Methods in org.apache.juneau.rest.processor that throw NotAcceptableModifier and TypeMethodDescriptionint
PlainTextPojoProcessor.process
(RestOpSession opSession) int
SerializedPojoProcessor.process
(RestOpSession opSession)