| Modifier and Type | Method and Description |
|---|---|
IP |
IpInformation.getEndOfRange() |
IP |
IpInformation.getStartOfRange() |
| 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 |
DecoratorInformation.getRangeEnd() |
IP |
VpnDecoratorInformation.getRangeEnd() |
IP |
DecoratorInformation.getRangeStart() |
IP |
VpnDecoratorInformation.getRangeStart() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
DecoratorDbReader.fetchForRange(IP rangeBoundStart,
IP rangeBoundEnd) |
VpnDecoratorInformation |
VpnDecoratorInformation.withNewRange(IP start,
IP end) |
<T extends DecoratorInformation> |
DecoratorInformation.withNewRange(IP start,
IP end) |
| Constructor and Description |
|---|
VpnDecoratorInformation(IP rangeStart,
IP rangeEnd) |
VpnDecoratorInformation(IP rangeStart,
IP rangeEnd,
int numberOfMatches) |
| Modifier and Type | Method and Description |
|---|---|
IP |
SerializedLine.getStartIp() |
| Constructor and Description |
|---|
SerializedLine(IP startIp,
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) |
| Modifier and Type | Method and Description |
|---|---|
static IP |
IPUtils.decrement(IP ip) |
static IP |
IPUtils.increment(IP ip) |
static IP |
IPUtils.increment(IP ip,
int increment) |
| Modifier and Type | Method and Description |
|---|---|
static IP |
IPUtils.decrement(IP ip) |
static inet.ipaddr.IPAddress |
IPUtils.from(IP ip) |
static IP |
IPUtils.increment(IP ip) |
static IP |
IPUtils.increment(IP ip,
int increment) |
Copyright © 2021. All rights reserved.