Uses of Class
eu.cloudnetservice.node.impl.util.IpAllowlist
Packages that use IpAllowlist
-
Uses of IpAllowlist in eu.cloudnetservice.node.impl.network
Fields in eu.cloudnetservice.node.impl.network declared as IpAllowlistModifier and TypeFieldDescriptionprivate IpAllowlistDefaultNetworkServerChannelHandler.ipAllowlist -
Uses of IpAllowlist in eu.cloudnetservice.node.impl.util
Methods in eu.cloudnetservice.node.impl.util that return IpAllowlistModifier and TypeMethodDescriptionstatic @NonNull IpAllowlistIpAllowlist.parse(@NonNull Collection<String> allowlist) Parses an allowlist from the given collection of subnets or static ip addresses.IpAllowlist.updateIfNecessary(@NonNull Collection<String> allowList) Updates this allowlist instance if the given allowlist is different from the original allowlist that was used to construct this instance.