Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to compress valid IPV6 address

807580Aug 19 2009 — edited Aug 20 2009
Hello everyone,

I want to compress IPV6 address using existing Java API’s.
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 API’s?

Thanks,
Anil
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 17 2009
Added on Aug 19 2009
4 comments
1,089 views