public class MaxMindFacade extends Object
Copyright © Enremmeta LLC 2015. All Rights Reserved.
Modifier and Type | Field and Description |
---|---|
private com.maxmind.geoip2.DatabaseReader |
cityReader |
private com.maxmind.geoip2.DatabaseReader |
connectionTypeReader |
private com.maxmind.geoip2.DatabaseReader |
domainReader |
private com.maxmind.geoip2.DatabaseReader |
ispReader |
Constructor and Description |
---|
MaxMindFacade(MaxMindConfig config) |
Modifier and Type | Method and Description |
---|---|
com.maxmind.geoip2.DatabaseReader |
getCityReader() |
Geo |
getGeo(String ip) |
private com.maxmind.geoip2.DatabaseReader |
makeReader(String type,
String path) |
private final com.maxmind.geoip2.DatabaseReader cityReader
private final com.maxmind.geoip2.DatabaseReader connectionTypeReader
private final com.maxmind.geoip2.DatabaseReader domainReader
private final com.maxmind.geoip2.DatabaseReader ispReader
public MaxMindFacade(MaxMindConfig config) throws IOException
IOException
private com.maxmind.geoip2.DatabaseReader makeReader(String type, String path) throws IOException
IOException
public com.maxmind.geoip2.DatabaseReader getCityReader()