public interface IPLocationDatabaseAdapter extends Closeable
| Modifier and Type | Method and Description |
|---|---|
IPinfoASN |
ipInfoASN(InetAddress ipAddress) |
IPinfoStandardLocation |
ipInfoStandardLocation(InetAddress ipAddress) |
com.maxmind.geoip2.model.AsnResponse |
maxMindASN(InetAddress ipAddress) |
com.maxmind.geoip2.model.CityResponse |
maxMindCity(InetAddress ipAddress) |
com.maxmind.geoip2.model.CountryResponse |
maxMindCountry(InetAddress ipAddress) |
com.maxmind.geoip2.model.CityResponse maxMindCity(InetAddress ipAddress) throws IOException, com.maxmind.geoip2.exception.GeoIp2Exception
IOExceptioncom.maxmind.geoip2.exception.GeoIp2Exceptioncom.maxmind.geoip2.model.CountryResponse maxMindCountry(InetAddress ipAddress) throws IOException, com.maxmind.geoip2.exception.GeoIp2Exception
IOExceptioncom.maxmind.geoip2.exception.GeoIp2Exceptioncom.maxmind.geoip2.model.AsnResponse maxMindASN(InetAddress ipAddress) throws IOException, com.maxmind.geoip2.exception.GeoIp2Exception
IOExceptioncom.maxmind.geoip2.exception.GeoIp2ExceptionIPinfoStandardLocation ipInfoStandardLocation(InetAddress ipAddress) throws IOException, com.maxmind.geoip2.exception.AddressNotFoundException
IOExceptioncom.maxmind.geoip2.exception.AddressNotFoundExceptionIPinfoASN ipInfoASN(InetAddress ipAddress) throws IOException, com.maxmind.geoip2.exception.AddressNotFoundException
IOExceptioncom.maxmind.geoip2.exception.AddressNotFoundExceptionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.