Object/Class

fm.common

IP

Related Docs: class IP | package common

Permalink

object IP

Helpers for parsing and working with IPv4 addresses

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IP
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val MAX_IP: Long

    Permalink
  5. def apply(ip: Int): IP

    Permalink

    The single apply() method that actually creates an IP object

  6. def apply(bytes: Array[Byte]): IP

    Permalink
  7. def apply(address: InetAddress): IP

    Permalink
  8. def apply(ip: Long): IP

    Permalink
  9. def apply(ip: String): IP

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val empty: IP

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findAllIPsIn(ips: String): IndexedSeq[IP]

    Permalink
  17. def get(ip: String): Option[IP]

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isValid(ip: String): Boolean

    Permalink

    Is this a valid IPv4 Address formatted as xxx.xxx.xxx.xxx ? NOTE!: This doesn't mean the apply() method will fail since it does hostname resolution.

  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. object parse

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toBytes(ip: Long): Array[Byte]

    Permalink
  28. def toBytes(ip: Int): Array[Byte]

    Permalink
  29. def toInt(ip: Long): Int

    Permalink
  30. def toInt(ints: Array[Int]): Int

    Permalink
  31. def toInt(bytes: Array[Byte]): Int

    Permalink
  32. def toInt(ip: String): Int

    Permalink
  33. def toIntArray(ip: Long): Array[Int]

    Permalink
  34. def toIntArray(ip: Int): Array[Int]

    Permalink
  35. def toLong(ip: Int): Long

    Permalink
  36. def toLong(ints: Array[Int]): Long

    Permalink
  37. def toLong(bytes: Array[Byte]): Long

    Permalink
  38. def toLong(ip: String): Long

    Permalink
  39. def toReversedString(ip: Long): String

    Permalink
  40. def toReversedString(ip: Int): String

    Permalink
  41. def toReversedString(ip: String): String

    Permalink
  42. def toString(ip: Long): String

    Permalink
  43. def toString(ip: Int): String

    Permalink
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped