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