| Package | Description |
|---|---|
| io.ipinfo.api | |
| io.ipinfo.api.cache | |
| io.ipinfo.api.request |
| Modifier and Type | Method and Description |
|---|---|
ASNResponse |
IPInfo.lookupASN(String asn)
Lookup ASN information using the AS number.
|
| Modifier and Type | Method and Description |
|---|---|
ASNResponse |
Cache.getAsn(String asn)
Gets the ASNResponse stored in cache.
|
ASNResponse |
SimpleCache.getAsn(String asn) |
ASNResponse |
NoCache.getAsn(String asn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Cache.setAsn(String asn,
ASNResponse response)
Sets the ASN in the cache.
|
boolean |
SimpleCache.setAsn(String asn,
ASNResponse response) |
boolean |
NoCache.setAsn(String asn,
ASNResponse response) |
| Modifier and Type | Method and Description |
|---|---|
ASNResponse |
ASNRequest.handle() |
Copyright © 2019. All rights reserved.