Class/Object

fm.common

IP

Related Docs: object IP | package common

Permalink

final class IP extends AnyVal with Ordered[IP] with IPOrSubnet

Simple Wrapper around an IPv4 Address

Linear Supertypes
IPOrSubnet, Ordered[IP], Comparable[IP], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IP
  2. IPOrSubnet
  3. Ordered
  4. Comparable
  5. AnyVal
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def <(that: IP): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: IP): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. def >(that: IP): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: IP): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def bytes: Array[Byte]

    Permalink
  10. def compare(that: IP): Int

    Permalink
    Definition Classes
    IP → Ordered
  11. def compareTo(that: IP): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  12. def contains(other: IP): Boolean

    Permalink
    Definition Classes
    IPIPOrSubnet
  13. def end: IP

    Permalink
    Definition Classes
    IPIPOrSubnet
  14. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  15. def inetAddress: InetAddress

    Permalink
  16. def intArray: Array[Int]

    Permalink
  17. def intValue: Int

    Permalink
  18. val ip: Int

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isLocalhost: Boolean

    Permalink

    Is this a 127.0.0.0/8 IP Address?

  21. def isNotLocalhost: Boolean

    Permalink

    Is this NOT a 127.0.0.0/8 IP Address?

  22. def isPrivate: Boolean

    Permalink

    Is this an RFC 1918 Private IP Address (or Localhost)?

  23. def longValue: Long

    Permalink
  24. def mask: Int

    Permalink
    Definition Classes
    IPIPOrSubnet
  25. def octets: (Int, Int, Int, Int)

    Permalink
  26. def reversedString: String

    Permalink
  27. def start: IP

    Permalink
    Definition Classes
    IPIPOrSubnet
  28. def toIPSubnet: IPSubnet

    Permalink
    Definition Classes
    IPIPOrSubnet
  29. def toString(): String

    Permalink
    Definition Classes
    IP → Any

Inherited from IPOrSubnet

Inherited from Ordered[IP]

Inherited from Comparable[IP]

Inherited from AnyVal

Inherited from Any

Ungrouped