Uses of Class
rabbit.util.IPAccess

Packages that use IPAccess
rabbit.filter A set of filters for sockets, http and http resources. 
 

Uses of IPAccess in rabbit.filter
 

Methods in rabbit.filter that return types with arguments of type IPAccess
 List<IPAccess> IPAccessFilter.getAllowList()
          Get the list of allowed ips
 List<IPAccess> AccessFilter.getAllowList()
          Get the list of allowed ips
 List<IPAccess> IPAccessFilter.getDenyList()
          Get the list of denied ips
 List<IPAccess> AccessFilter.getDenyList()
          Get the list of denied ips