Uses of Class
org.apache.juneau.http.response.MethodNotAllowed
Packages that use MethodNotAllowed
Package
Description
HTTP Response Exception Beans
REST Server API
- 
Uses of MethodNotAllowed in org.apache.juneau.httpFields 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.responseFields 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.setHeader2(String name, Object value) 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.resourcesMethods 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.restMethods in org.apache.juneau.rest that throw MethodNotAllowedModifier and TypeMethodDescriptionRestOperations.findOperation(RestSession session) Finds the method that should handle the specified call.