Uses of Class
io.undertow.server.handlers.IPAddressAccessControlHandler
-
Packages that use IPAddressAccessControlHandler Package Description io.undertow io.undertow.server.handlers -
-
Uses of IPAddressAccessControlHandler in io.undertow
Methods in io.undertow that return IPAddressAccessControlHandler Modifier and Type Method Description static IPAddressAccessControlHandlerHandlers. ipAccessControl(HttpHandler next, boolean defaultAllow)Returns a new handler that can allow or deny access to a resource based on IP address -
Uses of IPAddressAccessControlHandler in io.undertow.server.handlers
Methods in io.undertow.server.handlers that return IPAddressAccessControlHandler Modifier and Type Method Description IPAddressAccessControlHandlerIPAddressAccessControlHandler. addAllow(java.lang.String peer)Adds an allowed peer to the ACL listIPAddressAccessControlHandlerIPAddressAccessControlHandler. addDeny(java.lang.String peer)Adds an denied peer to the ACL listIPAddressAccessControlHandlerIPAddressAccessControlHandler. clearRules()IPAddressAccessControlHandlerIPAddressAccessControlHandler. setDefaultAllow(boolean defaultAllow)IPAddressAccessControlHandlerIPAddressAccessControlHandler. setNext(HttpHandler next)
-