fm.common

IP

final class IP extends AnyVal with Ordered[IP]

Simple Wrapper around an IPv4 Address

Linear Supertypes
Ordered[IP], Comparable[IP], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IP
  2. Ordered
  3. Comparable
  4. AnyVal
  5. NotNull
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

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

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

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

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

  10. def compare(that: IP): Int

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

    Definition Classes
    Ordered → Comparable
  12. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  13. def inetAddress: InetAddress

  14. def intArray: Array[Int]

  15. def intValue: Int

  16. val ip: Int

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def isLocalhost: Boolean

    Is this a 127.

    Is this a 127.0.0.0/8 IP Address?

  19. def isNotLocalhost: Boolean

    Is this NOT a 127.

    Is this NOT a 127.0.0.0/8 IP Address?

  20. def isPrivate: Boolean

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

  21. def longValue: Long

  22. def octets: (Int, Int, Int, Int)

  23. def reversedString: String

  24. def toString(): String

    Definition Classes
    IP → Any

Inherited from Ordered[IP]

Inherited from Comparable[IP]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped