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.http
Fields in org.apache.juneau.http declared as MethodNotAllowedModifier and TypeFieldDescriptionstatic final MethodNotAllowed
HttpResponses.METHOD_NOT_ALLOWED
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return MethodNotAllowedModifier and TypeMethodDescriptionstatic final MethodNotAllowed
HttpResponses.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 MethodNotAllowed
MethodNotAllowed.INSTANCE
Reusable 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 MethodNotAllowedModifierConstructorDescriptionprotected
MethodNotAllowed
(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.RedirectToRoot
DirectoryResource.deleteFile
(String path) org.apache.juneau.microservice.resources.LogsResource.RedirectToRoot
LogsResource.deleteFile
(String path) org.apache.juneau.microservice.resources.DirectoryResource.FileContents
DirectoryResource.downloadFile
(RestResponse res, String path) org.apache.juneau.microservice.resources.LogsResource.FileContents
LogsResource.downloadFile
(RestResponse res, String path) org.apache.juneau.microservice.resources.DirectoryResource.FileContents
DirectoryResource.viewFile
(RestResponse res, String path) void
LogsResource.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.