object AddressFromURIString
This object serves as extractor for Scala and as address parser for Java.
- Source
- Address.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AddressFromURIString
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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): Option[Address]
- def unapply(addr: String): Option[Address]