Uses of Enum Class
org.graylog.plugins.threatintel.whois.ip.InternetRegistry
Packages that use InternetRegistry
Package
Description
-
Uses of InternetRegistry in org.graylog.plugins.threatintel.whois.ip
Methods in org.graylog.plugins.threatintel.whois.ip that return InternetRegistryModifier and TypeMethodDescriptionabstract InternetRegistryWhoisDataAdapter.Config.registry()static InternetRegistryReturns the enum constant of this class with the specified name.static InternetRegistry[]InternetRegistry.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.threatintel.whois.ip with parameters of type InternetRegistryModifier and TypeMethodDescriptionabstract WhoisDataAdapter.Config.BuilderWhoisDataAdapter.Config.Builder.registry(InternetRegistry registry) WhoisIpLookup.run(InternetRegistry registry, String ip) -
Uses of InternetRegistry in org.graylog.plugins.threatintel.whois.ip.parsers
Fields in org.graylog.plugins.threatintel.whois.ip.parsers declared as InternetRegistryMethods in org.graylog.plugins.threatintel.whois.ip.parsers that return InternetRegistryModifier and TypeMethodDescriptionprotected InternetRegistryWhoisParser.findRegistryFromWhoisServer(String server) AFRINICResponseParser.getRegistryRedirect()APNICResponseParser.getRegistryRedirect()LACNICResponseParser.getRegistryRedirect()RIPENCCResponseParser.getRegistryRedirect()WhoisParser.getRegistryRedirect()