Package org.apache.pekko.io
Class Udp.SimpleSender$
- java.lang.Object
- 
- org.apache.pekko.io.Udp.SimpleSender
- 
- 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
 - Enclosing class:
- Udp
 
 public static class Udp.SimpleSender$ extends Udp.SimpleSender - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static Udp.SimpleSender$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description SimpleSender$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Iterable<Inet.SocketOption>$lessinit$greater$default$1()Udp.SimpleSenderapply(scala.collection.immutable.Iterable<Inet.SocketOption> options)scala.collection.immutable.Iterable<Inet.SocketOption>apply$default$1()scala.Option<scala.collection.immutable.Iterable<Inet.SocketOption>>unapply(Udp.SimpleSender x$0)- 
Methods inherited from class org.apache.pekko.io.Udp.SimpleSendercanEqual, copy, copy$default$1, equals, hashCode, options, productArity, productElement, productElementName, productIterator, productPrefix, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.pekko.io.Udp.CommandfailureMessage
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final Udp.SimpleSender$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
$lessinit$greater$default$1public scala.collection.immutable.Iterable<Inet.SocketOption> $lessinit$greater$default$1() 
 - 
applypublic Udp.SimpleSender apply(scala.collection.immutable.Iterable<Inet.SocketOption> options) 
 - 
apply$default$1public scala.collection.immutable.Iterable<Inet.SocketOption> apply$default$1() 
 - 
unapplypublic scala.Option<scala.collection.immutable.Iterable<Inet.SocketOption>> unapply(Udp.SimpleSender x$0) 
 
- 
 
-