Uses of Record Class
eu.cloudnetservice.node.impl.util.IpAllowlist.ParsedAllowlistEntry
Packages that use IpAllowlist.ParsedAllowlistEntry
-
Uses of IpAllowlist.ParsedAllowlistEntry in eu.cloudnetservice.node.impl.util
Fields in eu.cloudnetservice.node.impl.util with type parameters of type IpAllowlist.ParsedAllowlistEntryModifier and TypeFieldDescriptionprivate final Collection<IpAllowlist.ParsedAllowlistEntry> IpAllowlist.entriesMethods in eu.cloudnetservice.node.impl.util that return IpAllowlist.ParsedAllowlistEntryModifier and TypeMethodDescriptionParses the given subnet into an allowlist entry, if possible.Constructor parameters in eu.cloudnetservice.node.impl.util with type arguments of type IpAllowlist.ParsedAllowlistEntryModifierConstructorDescriptionprivateIpAllowlist(int originalAllowlistHashCode, @NonNull Collection<IpAllowlist.ParsedAllowlistEntry> entries) Constructs a new allowlist instance.