Packages

final case class IPv4(address: Inet4Address) extends ServiceHost with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ServiceHost, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IPv4
  2. Serializable
  3. Product
  4. Equals
  5. ServiceHost
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IPv4(address: Inet4Address)

Value Members

  1. val address: Inet4Address
    Definition Classes
    IPv4ServiceHost
  2. def host: String
    Definition Classes
    IPv4ServiceHost
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. final def toString(): String
    Definition Classes
    ServiceHost → AnyRef → Any