Add int-based Ipv4Address{NoZone} methods to IetfInetUtil

Description

When Ipv4Addresses are interfaced with external systems through Netty it would be nice if we could treat them as plain 32bit ints, so that ByteBuf.writeInt() can be used instead of ByteBuf.writeBytes(). Add utility methods to allow this to happen.

Activity

Robert Varga January 6, 2020 at 10:08 PM

Actually we need the same thing for DottedQuad.

Done

Details

Assignee

Reporter

Components

Fix versions

Priority

Created January 6, 2020 at 5:03 PM
Updated January 6, 2020 at 11:54 PM
Resolved January 6, 2020 at 11:54 PM