object IP
Ordering
- Alphabetic
- By Inheritance
Inherited
- IP
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val MAX_IP: Long
- def apply(ip: Int): IP
The single apply() method that actually creates an IP object
- def apply(bytes: Array[Byte]): IP
- def apply(address: InetAddress): IP
- def apply(ip: Long): IP
- def apply(ip: String): IP
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val empty: IP
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findAllIPsIn(ips: String): IndexedSeq[IP]
- def get(ip: String): Option[IP]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isValid(ip: String): Boolean
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.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBytes(ip: Long): Array[Byte]
- def toBytes(ip: Int): Array[Byte]
- def toInt(ip: Long): Int
- def toInt(ints: Array[Int]): Int
- def toInt(bytes: Array[Byte]): Int
- def toInt(ip: String): Int
- def toIntArray(ip: Long): Array[Int]
- def toIntArray(ip: Int): Array[Int]
- def toLong(ip: Int): Long
- def toLong(ints: Array[Int]): Long
- def toLong(bytes: Array[Byte]): Long
- def toLong(ip: String): Long
- def toReversedString(ip: Long): String
- def toReversedString(ip: Int): String
- def toReversedString(ip: String): String
- def toString(ip: Long): String
- def toString(ip: Int): String
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object parse