public interface MethodNotAllowedHandler
Modifier and Type | Method and Description |
---|---|
void |
deny(RequestInfo request,
java.util.Set<HttpMethod> allowedMethods)
Denies current request due to method not allowed.
|
void deny(RequestInfo request, java.util.Set<HttpMethod> allowedMethods)
request
- allowedMethods
- Copyright © 2013 Caelum. All Rights Reserved.