netty5/common/src
Aayush Atharva 079b15eee1 Add ipv4AddressToInt(Inet4Address) in NetUtils (#10500)
Motivation:

We're converting `Inet4Address` to `Integer` quite frequently so it's a good idea to keep that code in `NetUtils`.

Modification:

Added ipv4AddressToInt(Inet4Address) in NetUtils

Result:
Easy conversion of  `Inet4Address` to `Integer`.
2020-08-31 09:13:32 +02:00
..
main Add ipv4AddressToInt(Inet4Address) in NetUtils (#10500) 2020-08-31 09:13:32 +02:00
test Add ipv4AddressToInt(Inet4Address) in NetUtils (#10500) 2020-08-31 09:13:32 +02:00