Class Udp.Bind

java.lang.Object
org.apache.pekko.io.Udp.Bind
All Implemented Interfaces:
Serializable, org.apache.pekko.io.SelectionHandler.HasFailureMessage, Udp.Command, Udp.Message, scala.Equals, scala.Product
Enclosing class:
Udp

public static final class Udp.Bind extends Object implements Udp.Command, scala.Product, Serializable
Send this message to the UdpExt.manager() in order to bind to the given local port (or an automatically assigned one if the port number is zero). The listener actor for the newly bound port will reply with a Udp.Bound message, or the manager will reply with a Udp.CommandFailed message.
See Also:
  • Constructor Details

  • Method Details

    • handler

      public ActorRef handler()
    • localAddress

      public InetSocketAddress localAddress()
    • options

      public scala.collection.immutable.Iterable<Inet.SocketOption> options()
    • copy

      public Udp.Bind copy(ActorRef handler, InetSocketAddress localAddress, scala.collection.immutable.Iterable<Inet.SocketOption> options)
    • copy$default$1

      public ActorRef copy$default$1()
    • copy$default$2

      public InetSocketAddress copy$default$2()
    • copy$default$3

      public scala.collection.immutable.Iterable<Inet.SocketOption> copy$default$3()
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Specified by:
      productElementName in interface scala.Product
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object x$1)
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object