Class DisallowedMethodsHandler

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

public class DisallowedMethodsHandler extends Object implements HttpHandler
Handler that blacklists certain HTTP methods.
Author:
Stuart Douglas