Class IpAddr

  • All Implemented Interfaces:
    java.lang.Comparable<IpAddr>
    Direct Known Subclasses:
    IpAddr.Ip4Addr, IpAddr.Ip6Addr

    public abstract class IpAddr
    extends java.lang.Object
    implements java.lang.Comparable<IpAddr>
    • Constructor Summary

      Constructors 
      Constructor Description
      IpAddr()  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract IpAddr inc()  
      static IpAddr of​(java.lang.String dottedNotation)  
      static IpAddr of​(java.net.InetAddress addr)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Constructor Detail

      • IpAddr

        public IpAddr()
    • Method Detail

      • of

        public static IpAddr of​(java.lang.String dottedNotation)
      • of

        public static IpAddr of​(java.net.InetAddress addr)
      • inc

        public abstract IpAddr inc()