| Interface | Description |
|---|---|
| DecoratorInformation |
Minimum set of information for each decorating object.
|
| Class | Description |
|---|---|
| Decorator<T extends DecoratorInformation> |
Decorator is used to enrich IpInformation objects based on the data from the DecoratorDbReader.
|
| DecoratorDbReader<T extends DecoratorInformation> |
Reads one line at a time from the provided DB.
|
| VpnDecorator |
Implementation of Decorator that marks all IpInformation ranges as VPN if they are within the
provided DBs
|
| VpnDecoratorInformation |
| Enum | Description |
|---|---|
| DecorationStrategy |
Specified how the decorator treats the fetched lines from the DB source.
|
Copyright © 2021. All rights reserved.