Uses of Class
org.apache.juneau.http.response.NotImplemented
Packages that use NotImplemented
Package
Description
HTTP Response Exception Beans
REST Server API
-
Uses of NotImplemented in org.apache.juneau.http
Fields in org.apache.juneau.http declared as NotImplementedModifier and TypeFieldDescriptionstatic final NotImplemented
HttpResponses.NOT_IMPLEMENTED
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return NotImplementedModifier and TypeMethodDescriptionstatic final NotImplemented
HttpResponses.notImplemented()
A shortcut for callingNotImplemented()
. -
Uses of NotImplemented in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as NotImplementedModifier and TypeFieldDescriptionstatic final NotImplemented
NotImplemented.INSTANCE
Reusable unmodifiable instanceMethods in org.apache.juneau.http.response that return NotImplementedModifier and TypeMethodDescriptionNotImplemented.copy()
Creates a modifiable copy of this bean.NotImplemented.setHeader2
(String name, Object value) NotImplemented.setHeaders
(HeaderList value) NotImplemented.setHeaders2
(Header... values) NotImplemented.setLocale2
(Locale value) NotImplemented.setMessage
(String message, Object... args) NotImplemented.setProtocolVersion
(ProtocolVersion value) NotImplemented.setReasonPhrase2
(String value) NotImplemented.setReasonPhraseCatalog
(ReasonPhraseCatalog value) NotImplemented.setStatusCode2
(int code) NotImplemented.setStatusLine
(BasicStatusLine value) NotImplemented.setUnmodifiable()
Constructors in org.apache.juneau.http.response with parameters of type NotImplementedModifierConstructorDescriptionprotected
NotImplemented
(NotImplemented copyFrom) Copy constructor. -
Uses of NotImplemented in org.apache.juneau.rest
Methods in org.apache.juneau.rest that throw NotImplementedModifier and TypeMethodDescriptionprotected void
RestContext.processResponse
(RestOpSession opSession) The main method for serializing POJOs passed in through theRestResponse.setContent(Object)
method or returned by the Java method.