| Modifier and Type | Method and Description |
|---|---|
IP |
IpInformation.getEndOfRange() |
IP |
IpInformation.getStartOfRange() |
| Modifier and Type | Method and Description |
|---|---|
int |
IP.compareTo(IP other) |
boolean |
IP.isGreaterThan(IP other) |
boolean |
IP.isLowerThan(IP other) |
Map<ProviderKey,Optional<IpInformation>> |
IPResolver.resolve(IP ip) |
Optional<IpInformation> |
IPResolver.resolve(IP ip,
ProviderKey provider) |
CompletionStage<Map<ProviderKey,Optional<IpInformation>>> |
IPResolver.resolveAsync(IP ip) |
Map<ProviderKey,CompletionStage<Optional<IpInformation>>> |
IPResolver.resolveAsync(IP ip,
ExecutorService executorService) |
CompletionStage<Optional<IpInformation>> |
IPResolver.resolveAsync(IP ip,
ProviderKey provider) |
CompletionStage<Optional<IpInformation>> |
IPResolver.resolveAsync(IP ip,
ProviderKey provider,
ExecutorService executorService) |
IpInformation.Builder |
IpInformation.Builder.withEndOfRange(IP endOfRange) |
IpInformation.Builder |
IpInformation.Builder.withStartOfRange(IP startOfRange) |
| Constructor and Description |
|---|
IpInformation(String countryCodeAlpha2,
String geonameId,
String city,
String leastSpecificDivision,
String mostSpecificDivision,
String postcode,
IP startOfRange,
IP endOfRange,
String originalLine,
Boolean isVpn) |
| Modifier and Type | Method and Description |
|---|---|
Optional<IpInformation> |
IPDatabase.get(IP ip) |
| Modifier and Type | Method and Description |
|---|---|
IP |
SerializedLine.getStartIp() |
| Constructor and Description |
|---|
SerializedLine(IP startIp,
byte[] info,
ParsedLine parsedLine) |
| Modifier and Type | Method and Description |
|---|---|
IP |
IPSerializer.deserialize(org.mapdb.DataInput2 dataInput2,
int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
IPSerializer.serialize(org.mapdb.DataOutput2 dataOutput2,
IP ip) |
| Modifier and Type | Method and Description |
|---|---|
IP |
ParsedLine.getEndIp() |
IP |
ParsedLine.getStartIp() |
| Constructor and Description |
|---|
ParsedLine(IP startIp,
IP endIp,
IpInformation info,
RawLine rawLine) |
Copyright © 2021. All rights reserved.