Class IpV4Validator


  • public class IpV4Validator
    extends java.lang.Object
    Validate ip v4 address in "dotted-quad" notation. Based on rfc2673
    • Constructor Summary

      Constructors 
      Constructor Description
      IpV4Validator​(java.lang.String ipv4)  
    • 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

      • IpV4Validator

        public IpV4Validator​(java.lang.String ipv4)
    • Method Detail

      • validate

        public boolean validate()