object AddressFromURIString
Ordering
- Alphabetic
- By Inheritance
Inherited
- AddressFromURIString
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(addr: String): Address
Try to construct an Address from the given String or throw a java.net.MalformedURLException.
- def parse(addr: String): Address
Java API: Try to construct an Address from the given String or throw a java.net.MalformedURLException.
- def unapply(uri: URI): [Address]
- def unapply(addr: String): [Address]
This object serves as extractor for Scala and as address parser for Java.