How to compress valid IPV6 address
807580Aug 19 2009 — edited Aug 20 2009Hello everyone,
I want to compress IPV6 address using existing Java APIs.
I created valid Inet6Address address using Inet6Address.getByName API by passing String data type.
I thought it will compress the IPV6 address after validating the IPV6 address. However I saw it just validates the IPV6 address and could not compress it.
Could you please help me, how can I compress valid IPV6 address using existing Java APIs?
Thanks,
Anil