Uses of Class
io.undertow.server.handlers.IPAddressAccessControlHandler
Packages that use IPAddressAccessControlHandler
-
Uses of IPAddressAccessControlHandler in io.undertow
Methods in io.undertow that return IPAddressAccessControlHandlerModifier and TypeMethodDescriptionstatic final IPAddressAccessControlHandler
Handlers.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 IPAddressAccessControlHandlerModifier and TypeMethodDescriptionAdds an allowed peer to the ACL listAdds an denied peer to the ACL listIPAddressAccessControlHandler.clearRules()
IPAddressAccessControlHandler.setDefaultAllow
(boolean defaultAllow) IPAddressAccessControlHandler.setNext
(HttpHandler next)