Uses of Class
io.tech1.framework.domain.geo.GeoLocation
-
Packages that use GeoLocation Package Description io.tech1.framework.domain.geo io.tech1.framework.domain.http.requests io.tech1.framework.domain.utilities.random -
-
Uses of GeoLocation in io.tech1.framework.domain.geo
Methods in io.tech1.framework.domain.geo that return GeoLocation Modifier and Type Method Description static GeoLocationGeoLocation. processed(IPAddress ipAddress, String country, String countryCode, String countryFlag, String city)static GeoLocationGeoLocation. processing(IPAddress ipAddress)static GeoLocationGeoLocation. unknown(IPAddress ipAddress, String exceptionDetails) -
Uses of GeoLocation in io.tech1.framework.domain.http.requests
Methods in io.tech1.framework.domain.http.requests that return GeoLocation Modifier and Type Method Description GeoLocationUserRequestMetadata. getGeoLocation()Methods in io.tech1.framework.domain.http.requests with parameters of type GeoLocation Modifier and Type Method Description static UserRequestMetadataUserRequestMetadata. processed(GeoLocation geoLocation, UserAgentDetails userAgentDetails) -
Uses of GeoLocation in io.tech1.framework.domain.utilities.random
Methods in io.tech1.framework.domain.utilities.random that return GeoLocation Modifier and Type Method Description static GeoLocationRandomUtility. invalidGeoLocation()static GeoLocationRandomUtility. randomGeoLocation()static GeoLocationRandomUtility. validGeoLocation()
-