public abstract class Decorator<T extends DecoratorInformation> extends Object
| Modifier and Type | Method and Description |
|---|---|
Stream<IpInformation> |
decorate(IpInformation original)
Decorate the IpInformation with entries matching it's range from the Decorator's provided
databases;
|
public Stream<IpInformation> decorate(IpInformation original) throws UnknownHostException
original - the original IpInformation rangeUnknownHostException - if for some reason an IP operation fails because the IP isn't
validCopyright © 2021. All rights reserved.