Class IpV6Validator


  • public class IpV6Validator
    extends java.lang.Object
    Validate ip v6 address. Based on rfc2373
    • Constructor Summary

      Constructors 
      Constructor Description
      IpV6Validator​(java.lang.String ipv6)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean validate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IpV6Validator

        public IpV6Validator​(java.lang.String ipv6)
    • Method Detail

      • validate

        public boolean validate()