Uses of Class
io.ipinfo.api.model.IPResponse
Package | Description |
---|---|
io.ipinfo.api | |
io.ipinfo.api.request |
-
Uses of IPResponse in io.ipinfo.api
Methods in io.ipinfo.api that return IPResponse Modifier and Type Method Description IPResponse
IPinfo. lookupIP(String ip)
Lookup IP information using the IP.Methods in io.ipinfo.api that return types with arguments of type IPResponse Modifier and Type Method Description ConcurrentHashMap<String,IPResponse>
IPinfo. getBatchIps(List<String> ips)
Get the result of a list of IPs in bulk.ConcurrentHashMap<String,IPResponse>
IPinfo. getBatchIps(List<String> ips, IPinfo.BatchReqOpts opts)
Get the result of a list of IPs in bulk. -
Uses of IPResponse in io.ipinfo.api.request
Methods in io.ipinfo.api.request that return IPResponse Modifier and Type Method Description IPResponse
IPRequest. handle()