Module brave

Class IpLiteral


  • public final class IpLiteral
    extends java.lang.Object
    Internal utility class to validate IPv4 or IPv6 literals
    • Constructor Summary

      Constructors 
      Constructor Description
      IpLiteral()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String ipOrNull​(java.lang.String ip)  
      • Methods inherited from class java.lang.Object

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

      • IpLiteral

        public IpLiteral()
    • Method Detail

      • ipOrNull

        @Nullable
        public static java.lang.String ipOrNull​(@Nullable
                                                java.lang.String ip)