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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AddressFromURIString$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
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.
-