Package akka.io
Class Udp.SimpleSender$
- java.lang.Object
 - 
- akka.io.Udp.SimpleSender
 - 
- akka.io.Udp.SimpleSender$
 
 
 
- 
- All Implemented Interfaces:
 akka.io.SelectionHandler.HasFailureMessage,Udp.Command,Udp.Message,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
 - Udp
 
public static class Udp.SimpleSender$ extends Udp.SimpleSender
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Udp.SimpleSender$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description SimpleSender$() 
- 
Method Summary
All 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 akka.io.Udp.SimpleSender
canEqual, copy, copy$default$1, equals, hashCode, options, productArity, productElement, productElementName, productIterator, productPrefix, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface akka.io.Udp.Command
failureMessage 
 - 
 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final Udp.SimpleSender$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
$lessinit$greater$default$1
public scala.collection.immutable.Iterable<Inet.SocketOption> $lessinit$greater$default$1()
 
- 
apply
public Udp.SimpleSender apply(scala.collection.immutable.Iterable<Inet.SocketOption> options)
 
- 
apply$default$1
public scala.collection.immutable.Iterable<Inet.SocketOption> apply$default$1()
 
- 
unapply
public scala.Option<scala.collection.immutable.Iterable<Inet.SocketOption>> unapply(Udp.SimpleSender x$0)
 
 - 
 
 -