Andy Rosa created NET-556:
-----------------------------
Summary: Make SubnetInfo.isInRange(int) public
Key: NET-556
URL: https://issues.apache.org/jira/browse/NET-556
Project: Commons Net
Issue Type: Wish
Reporter: Andy Rosa
I have 20-30 sub-nets and i need to check whether some IP belong to one of them
or not, and i need to do it for each requests. In case of using
SubnetInfo.isInRange(String) IP will be parsed up to 30 times per each request.
Much more better for performance parse IP once and just call
SubnetInfo.isInRange(int) for each Subnet.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)