Uses of Class
com.maxmind.geoip2.model.IspResponse
Packages that use IspResponse
-
Uses of IspResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return IspResponseModifier and TypeMethodDescriptionDatabaseProvider.isp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 ISP database.DatabaseReader.isp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 ISP database.Methods in com.maxmind.geoip2 that return types with arguments of type IspResponseModifier and TypeMethodDescriptionDatabaseProvider.tryIsp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 ISP database.DatabaseReader.tryIsp
(InetAddress ipAddress) -
Uses of IspResponse in com.maxmind.geoip2.model
Constructors in com.maxmind.geoip2.model with parameters of type IspResponseModifierConstructorDescriptionIspResponse
(IspResponse response, String ipAddress, Network network)