object Address extends Serializable
- Source
- Address.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Address
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val InvalidHostRegex: Regex
- implicit val addressOrdering: Ordering[Address]
Address
ordering type class, sorts addresses by protocol, name, host and port. - def apply(protocol: String, system: String, host: String, port: Int): Address
Constructs a new Address with the specified protocol, system name, host and port
- def apply(protocol: String, system: String): Address
Constructs a new Address with the specified protocol and system name