Class AllowedMethodsHandler

java.lang.Object
io.undertow.server.handlers.AllowedMethodsHandler
All Implemented Interfaces:
HttpHandler

public class AllowedMethodsHandler extends Object implements HttpHandler
Handler that whitelists certain HTTP methods. Only requests with a method in the allowed methods set will be allowed to continue.
Author:
Stuart Douglas