Uses of Enum Class
org.summerboot.jexpress.util.GeoIpUtil.CallerAddressFilterOption
Packages that use GeoIpUtil.CallerAddressFilterOption
Package
Description
-
Uses of GeoIpUtil.CallerAddressFilterOption in org.summerboot.jexpress.nio.grpc
Fields in org.summerboot.jexpress.nio.grpc declared as GeoIpUtil.CallerAddressFilterOptionModifier and TypeFieldDescriptionprotected GeoIpUtil.CallerAddressFilterOptionGRPCServerConfig.CallerAddressFilterOptionMethods in org.summerboot.jexpress.nio.grpc that return GeoIpUtil.CallerAddressFilterOption -
Uses of GeoIpUtil.CallerAddressFilterOption in org.summerboot.jexpress.nio.server
Fields in org.summerboot.jexpress.nio.server declared as GeoIpUtil.CallerAddressFilterOptionModifier and TypeFieldDescriptionprotected GeoIpUtil.CallerAddressFilterOptionNioConfig.CallerAddressFilterOptionMethods in org.summerboot.jexpress.nio.server that return GeoIpUtil.CallerAddressFilterOption -
Uses of GeoIpUtil.CallerAddressFilterOption in org.summerboot.jexpress.util
Methods in org.summerboot.jexpress.util that return GeoIpUtil.CallerAddressFilterOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GeoIpUtil.CallerAddressFilterOption[]GeoIpUtil.CallerAddressFilterOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.summerboot.jexpress.util with parameters of type GeoIpUtil.CallerAddressFilterOptionModifier and TypeMethodDescriptionstatic StringGeoIpUtil.callerAddressFilter(SocketAddress callerAddr, Set<String> whiteList, Set<String> blackList, String regexPrefix, GeoIpUtil.CallerAddressFilterOption option) Simple filter for caller address