Uses of Class
org.apache.juneau.http.response.NotImplemented
Packages that use NotImplemented
Package
Description
RFC2616 HTTP Headers
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 NotImplementedHttpResponses.NOT_IMPLEMENTEDA synonym forINSTANCE.Methods in org.apache.juneau.http that return NotImplementedModifier and TypeMethodDescriptionstatic final NotImplementedHttpResponses.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 NotImplementedNotImplemented.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return NotImplementedModifier and TypeMethodDescriptionNotImplemented.copy()Creates a modifiable copy of this bean.NotImplemented.setContent(String value) NotImplemented.setContent(HttpEntity value) NotImplemented.setHeader2(String name, Object value) NotImplemented.setHeaders(List<Header> values) 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 NotImplementedModifierConstructorDescriptionprotectedNotImplemented(NotImplemented copyFrom) Copy constructor. -
Uses of NotImplemented in org.apache.juneau.rest
Methods in org.apache.juneau.rest that throw NotImplementedModifier and TypeMethodDescriptionprotected voidRestContext.processResponse(RestOpSession opSession) The main method for serializing POJOs passed in through theRestResponse.setContent(Object)method or returned by the Java method.