Uses of Class
de.gustavblass.nginx.ipguard4j.configuration.IpListConfiguration
Packages that use IpListConfiguration
-
Uses of IpListConfiguration in de.gustavblass.nginx.ipguard4j.configuration
Fields in de.gustavblass.nginx.ipguard4j.configuration with type parameters of type IpListConfigurationModifier and TypeFieldDescriptionprivate final @NonNull Set<IpListConfiguration> Configuration.ipListsThe input lists from which the IP addresses will be parsed.Methods in de.gustavblass.nginx.ipguard4j.configuration that return types with arguments of type IpListConfigurationModifier and TypeMethodDescription@NonNull HashSet<IpListConfiguration> Configuration.getIpLists()Method parameters in de.gustavblass.nginx.ipguard4j.configuration with type arguments of type IpListConfigurationModifier and TypeMethodDescriptionprivate voidConfiguration.setIpLists(@NonNull Collection<IpListConfiguration> ipLists) Updates theConfiguration.ipListswith the given new ones.