Packages

object Address extends Serializable

Source
Address.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Address
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit val addressOrdering: Ordering[Address]

    Address ordering type class, sorts addresses by protocol, name, host and port.

  2. def apply(protocol: String, system: String, host: String, port: Int): Address

    Constructs a new Address with the specified protocol, system name, host and port

  3. def apply(protocol: String, system: String): Address

    Constructs a new Address with the specified protocol and system name