Package org.apache.pekko.actor
Class AddressFromURIString
java.lang.Object
org.apache.pekko.actor.AddressFromURIString
This object serves as extractor for Scala and as address parser for Java.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddressTry to construct an Address from the given String or throw a java.net.MalformedURLException.static AddressJava API: Try to construct an Address from the given String or throw a java.net.MalformedURLException.static scala.Option<Address>static scala.Option<Address>
-
Constructor Details
-
AddressFromURIString
public AddressFromURIString()
-
-
Method Details
-
unapply
-
unapply
-
apply
Try to construct an Address from the given String or throw a java.net.MalformedURLException. -
parse
Java API: Try to construct an Address from the given String or throw a java.net.MalformedURLException.
-