Package w.geo.maxmind
Class MaxmindGeoLocationManager
java.lang.Object
w.geo.maxmind.MaxmindGeoLocationManager
- All Implemented Interfaces:
GeoLocationManager
- Author:
- whilein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull GeoLocationManagercreate(@NotNull String locale, @NotNull MaxmindProvider provider) static @NotNull GeoLocationManagercreate(@NotNull MaxmindProvider provider) @NotNull GeoLocationlookup(@NotNull InetAddress address)
-
Constructor Details
-
MaxmindGeoLocationManager
public MaxmindGeoLocationManager()
-
-
Method Details
-
create
@NotNull public static @NotNull GeoLocationManager create(@NotNull @NotNull MaxmindProvider provider) -
create
@NotNull public static @NotNull GeoLocationManager create(@NotNull @NotNull String locale, @NotNull @NotNull MaxmindProvider provider) -
lookup
- Specified by:
lookupin interfaceGeoLocationManager
-