Package akka.actor

Class Address$

  • All Implemented Interfaces:
    java.io.Serializable

    public class Address$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Address$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Address$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.math.Ordering<Address> addressOrdering()
      Address ordering type class, sorts addresses by protocol, name, host and port.
      Address apply​(java.lang.String protocol, java.lang.String system)
      Constructs a new Address with the specified protocol and system name
      Address apply​(java.lang.String protocol, java.lang.String system, java.lang.String host, int port)
      Constructs a new Address with the specified protocol, system name, host and port
      Address apply​(java.lang.String protocol, java.lang.String system, scala.Option<java.lang.String> host, scala.Option<java.lang.Object> port)  
      scala.util.matching.Regex InvalidHostRegex()  
      scala.Option<scala.Tuple4<java.lang.String,​java.lang.String,​scala.Option<java.lang.String>,​scala.Option<java.lang.Object>>> unapply​(Address x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Address$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Address$

        public Address$()
    • Method Detail

      • InvalidHostRegex

        public scala.util.matching.Regex InvalidHostRegex()
      • apply

        public Address apply​(java.lang.String protocol,
                             java.lang.String system)
        Constructs a new Address with the specified protocol and system name
      • apply

        public Address apply​(java.lang.String protocol,
                             java.lang.String system,
                             java.lang.String host,
                             int port)
        Constructs a new Address with the specified protocol, system name, host and port
      • addressOrdering

        public scala.math.Ordering<Address> addressOrdering()
        Address ordering type class, sorts addresses by protocol, name, host and port.
      • apply

        public Address apply​(java.lang.String protocol,
                             java.lang.String system,
                             scala.Option<java.lang.String> host,
                             scala.Option<java.lang.Object> port)
      • unapply

        public scala.Option<scala.Tuple4<java.lang.String,​java.lang.String,​scala.Option<java.lang.String>,​scala.Option<java.lang.Object>>> unapply​(Address x$0)