Uses of Record Class
rs.adsdev.ifconfig.client.IpInfo
-
Uses of IpInfo in rs.adsdev.ifconfig.client
Methods in rs.adsdev.ifconfig.client that return IpInfoModifier and TypeMethodDescriptionGET /json?ip=...— returns geo info for the supplied IPv4 / IPv6 literal.IfconfigClient.lookup(String ip, Collection<Field> fields) GET /json?ip=...&fields=...— restricts the response to the requested fields.IfconfigClient.myIp()GET /json— returns geo info for the caller's own IP.Methods in rs.adsdev.ifconfig.client that return types with arguments of type IpInfoModifier and TypeMethodDescriptionIfconfigClient.batch(List<BatchQuery> items) POST /batch— looks up multiple addresses in a single round-trip.