Uses of Class
org.apache.juneau.http.response.MethodNotAllowed
Packages that use MethodNotAllowed
Package
Description
RFC2616 HTTP Headers
HTTP Response Exception Beans
Predefined Microservice Resources
REST Server API
-
Uses of MethodNotAllowed in org.apache.juneau.http
Fields in org.apache.juneau.http declared as MethodNotAllowedModifier and TypeFieldDescriptionstatic final MethodNotAllowedHttpResponses.METHOD_NOT_ALLOWEDA synonym forINSTANCE.Methods in org.apache.juneau.http that return MethodNotAllowedModifier and TypeMethodDescriptionstatic final MethodNotAllowedHttpResponses.methodNotAllowed()A shortcut for callingMethodNotAllowed(). -
Uses of MethodNotAllowed in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as MethodNotAllowedModifier and TypeFieldDescriptionstatic final MethodNotAllowedMethodNotAllowed.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return MethodNotAllowedModifier and TypeMethodDescriptionMethodNotAllowed.copy()Creates a modifiable copy of this bean.MethodNotAllowed.setContent(String value) MethodNotAllowed.setContent(HttpEntity value) MethodNotAllowed.setHeader2(String name, Object value) MethodNotAllowed.setHeaders(List<Header> values) MethodNotAllowed.setHeaders(HeaderList value) MethodNotAllowed.setHeaders2(Header... values) MethodNotAllowed.setLocale2(Locale value) MethodNotAllowed.setMessage(String message, Object... args) MethodNotAllowed.setProtocolVersion(ProtocolVersion value) MethodNotAllowed.setReasonPhrase2(String value) MethodNotAllowed.setReasonPhraseCatalog(ReasonPhraseCatalog value) MethodNotAllowed.setStatusCode2(int code) MethodNotAllowed.setStatusLine(BasicStatusLine value) MethodNotAllowed.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type MethodNotAllowedModifierConstructorDescriptionprotectedMethodNotAllowed(MethodNotAllowed copyFrom) Copy constructor. -
Uses of MethodNotAllowed in org.apache.juneau.microservice.resources
Methods in org.apache.juneau.microservice.resources that throw MethodNotAllowedModifier and TypeMethodDescriptionorg.apache.juneau.microservice.resources.DirectoryResource.RedirectToRootDirectoryResource.deleteFile(String path) org.apache.juneau.microservice.resources.LogsResource.RedirectToRootLogsResource.deleteFile(String path) org.apache.juneau.microservice.resources.DirectoryResource.FileContentsDirectoryResource.downloadFile(RestResponse res, String path) org.apache.juneau.microservice.resources.LogsResource.FileContentsLogsResource.downloadFile(RestResponse res, String path) org.apache.juneau.microservice.resources.DirectoryResource.FileContentsDirectoryResource.viewFile(RestResponse res, String path) voidLogsResource.viewFile(RestResponse res, String path, boolean highlight, String start, String end, String thread, String[] loggers, String[] severity) -
Uses of MethodNotAllowed in org.apache.juneau.rest
Methods in org.apache.juneau.rest that throw MethodNotAllowedModifier and TypeMethodDescriptionRestOperations.findOperation(RestSession session) Finds the method that should handle the specified call.