Uses of Class
com.iizix.geo.RegionLocation
Packages that use RegionLocation Package Description com.iizix.geo com.iizix.server.region Uses of RegionLocation in com.iizix.geo
Methods in com.iizix.geo that return RegionLocation Modifier and Type Method Description RegionLocation
HostNameRegionLocation. getInfo(long timeout, IRegionLocationReply callback)
Requests the region location information.protected abstract RegionLocation
RegionLocationService. request(java.lang.String ipAddress)
Requests region location information from the service provider.Methods in com.iizix.geo with parameters of type RegionLocation Modifier and Type Method Description void
IRegionLocationReply. onRegionLocationInfo(RegionLocation info)
Called with the reply to the host.Uses of RegionLocation in com.iizix.server.region
Methods in com.iizix.server.region that return RegionLocation Modifier and Type Method Description protected RegionLocation
GeoPlugin. request(java.lang.String ipAddress)
Requests region location information from the service provider.protected RegionLocation
IPStack. request(java.lang.String ipAddress)
Requests region location information from the service provider.protected RegionLocation
IPWhoIs. request(java.lang.String ipAddress)
Requests region location information from the service provider.