Packages

final class InetAddress extends AnyRef

Representation of an Internet Protocol (IP) address.

Will be either a 32-bit IPv4 address or a 128-bit IPv6 address.

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def address: Chunk[Byte]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canonicalHostName: String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    InetAddress → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    InetAddress → AnyRef → Any
  13. def hostName: String
  14. def isAnyLocalAddress: Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isLinkLocalAddress: Boolean
  17. def isLoopbackAddress: Boolean
  18. def isMCGlobal: Boolean
  19. def isMCLinkLocal: Boolean
  20. def isMCNodeLocal: Boolean
  21. def isMCOrgLocal: Boolean
  22. def isMCSiteLocal: Boolean
  23. def isMulticastAddress: Boolean
  24. def isReachable(networkInterface: NetworkInterface, ttl: Integer, timeout: Integer)(implicit trace: Trace): IO[IOException, Boolean]
  25. def isReachable(timeOut: Int)(implicit trace: Trace): IO[IOException, Boolean]
  26. def isSiteLocalAddress: Boolean
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    InetAddress → AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped