Packages

o

akka.actor

AddressFromURIString

object AddressFromURIString

This object serves as extractor for Scala and as address parser for Java.

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

Value Members

  1. def apply(addr: String): Address

    Try to construct an Address from the given String or throw a java.net.MalformedURLException.

  2. def parse(addr: String): Address

    Java API: Try to construct an Address from the given String or throw a java.net.MalformedURLException.

  3. def unapply(uri: URI): Option[Address]
  4. def unapply(addr: String): Option[Address]