public class SubnetV4 extends Object
This class is used in some pre-defined Threat Feed services. It is not intent for general usage.
EmergingIPUpdateService
Constructor and Description |
---|
SubnetV4(String cidrNotation)
Constructor that takes a CIDR-notation string, e.g.
|
Modifier and Type | Method and Description |
---|---|
String |
getHighAddress() |
String |
getLowAddress() |
boolean |
isInRange(SubnetV4 subnet) |
public SubnetV4(String cidrNotation)
cidrNotation
- A CIDR-notation string, e.g. "192.168.0.1/16"Copyright © 2019. All rights reserved.