| Package | Description |
|---|---|
| io.ipinfo.api | |
| io.ipinfo.api.cache | |
| io.ipinfo.api.request |
| Modifier and Type | Method and Description |
|---|---|
IPResponse |
IPInfo.lookupIP(String ip)
Lookup IP information using the IP.
|
| Modifier and Type | Method and Description |
|---|---|
IPResponse |
Cache.getIp(String ip)
Gets the IPResponse stored in cache.
|
IPResponse |
SimpleCache.getIp(String ip) |
IPResponse |
NoCache.getIp(String ip) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Cache.setIp(String ip,
IPResponse response)
Sets the IP in the cache.
|
boolean |
SimpleCache.setIp(String ip,
IPResponse response) |
boolean |
NoCache.setIp(String ip,
IPResponse response) |
| Modifier and Type | Method and Description |
|---|---|
IPResponse |
IPRequest.handle() |
Copyright © 2019. All rights reserved.