Class AccessControlListHandler

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

public class AccessControlListHandler extends Object implements HttpHandler
Handler that can accept or reject a request based on an attribute of the remote peer todo: should we support non-regex values for performance reasons?
Author:
Stuart Douglas, Andre Dietisheim