Package org.apache.pekko.io
Class Udp.SimpleSender
- java.lang.Object
-
- org.apache.pekko.io.Udp.SimpleSender
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.pekko.io.SelectionHandler.HasFailureMessage,Udp.Command,Udp.Message,scala.Equals,scala.Product
- Direct Known Subclasses:
Udp.SimpleSender$
- Enclosing class:
- Udp
public static class Udp.SimpleSender extends java.lang.Object implements Udp.Command, scala.Product, java.io.Serializable
Retrieve a reference to a “simple sender” actor of the UDP extension. The newly created “simple sender” will reply with theUdp.SimpleSenderReadynotification.The “simple sender” is a convenient service for being able to send datagrams when the originating address is meaningless, i.e. when no reply is expected.
The “simple sender” will not stop itself, you will have to send it a
pekko.actor.PoisonPillwhen you want to close the socket.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleSender(scala.collection.immutable.Iterable<Inet.SocketOption> options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)Udp.SimpleSendercopy(scala.collection.immutable.Iterable<Inet.SocketOption> options)scala.collection.immutable.Iterable<Inet.SocketOption>copy$default$1()booleanequals(java.lang.Object x$1)inthashCode()scala.collection.immutable.Iterable<Inet.SocketOption>options()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.pekko.io.Udp.Command
failureMessage
-
-
-
-
Constructor Detail
-
SimpleSender
public SimpleSender(scala.collection.immutable.Iterable<Inet.SocketOption> options)
-
-
Method Detail
-
options
public scala.collection.immutable.Iterable<Inet.SocketOption> options()
-
copy
public Udp.SimpleSender copy(scala.collection.immutable.Iterable<Inet.SocketOption> options)
-
copy$default$1
public scala.collection.immutable.Iterable<Inet.SocketOption> copy$default$1()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-