Uses of Class
com.maxmind.geoip2.model.IpRiskResponse
Packages that use IpRiskResponse
-
Uses of IpRiskResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return IpRiskResponseModifier and TypeMethodDescriptionDatabaseProvider.ipRisk
(InetAddress ipAddress) Deprecated.This database has been discontinued.DatabaseReader.ipRisk
(InetAddress ipAddress) Deprecated.This database has been discontinued.Methods in com.maxmind.geoip2 that return types with arguments of type IpRiskResponseModifier and TypeMethodDescriptionDatabaseProvider.tryIpRisk
(InetAddress ipAddress) Deprecated.This database has been discontinued.DatabaseReader.tryIpRisk
(InetAddress ipAddress) Deprecated. -
Uses of IpRiskResponse in com.maxmind.geoip2.model
Constructors in com.maxmind.geoip2.model with parameters of type IpRiskResponseModifierConstructorDescriptionIpRiskResponse
(IpRiskResponse response, String ipAddress, Network network) Deprecated.Constructs an instance ofIpRiskResponse
.