Class IpV6Validator

java.lang.Object
com.google.tsunami.main.cli.option.validator.IpValidator
com.google.tsunami.main.cli.option.validator.IpV6Validator
All Implemented Interfaces:
com.beust.jcommander.IParameterValidator

public class IpV6Validator
extends IpValidator
Command line flag validator for an IP v6 address.
  • Constructor Summary

    Constructors 
    Constructor Description
    IpV6Validator()  
  • Method Summary

    Modifier and Type Method Description
    protected int ipVersion()  
    protected boolean shouldAccept​(java.net.InetAddress inetAddress)  

    Methods inherited from class com.google.tsunami.main.cli.option.validator.IpValidator

    validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait