c3bd1245c5
Motivation: 1. Internal class `SocksCommonUtils` contains a method `intToIp` that also exists in the `NetUtil`. 2. A `SocksCommonUtils#ipv6toCompressedForm` is never used. Modifications: 1. Replace `intToIp` method usage with `NetUtil#intToIpAddress`. 2. Remove unused methods from `SocksCommonUtils`. Result: Less code for supports. |
||
---|---|---|
.. | ||
java/io/netty/handler/codec |