Class UdpConnected.Connect

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

public static final class UdpConnected.Connect extends Object implements UdpConnected.Command, scala.Product, Serializable
Send this message to the UdpExt.manager() in order to bind to a local port (optionally with the chosen localAddress) and create a UDP socket which is restricted to sending to and receiving from the given remoteAddress. All received datagrams will be sent to the designated handler actor.
See Also:
  • Constructor Details

  • Method Details

    • handler

      public ActorRef handler()
    • remoteAddress

      public InetSocketAddress remoteAddress()
    • localAddress

      public scala.Option<InetSocketAddress> localAddress()
    • options

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

      public UdpConnected.Connect copy(ActorRef handler, InetSocketAddress remoteAddress, scala.Option<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.Option<InetSocketAddress> copy$default$3()
    • copy$default$4

      public scala.collection.immutable.Iterable<Inet.SocketOption> copy$default$4()
    • 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