akka.io
Class Udp.SimpleSender$

java.lang.Object
  extended by akka.io.Udp.SimpleSender
      extended by akka.io.Udp.SimpleSender$
All Implemented Interfaces:
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
static Udp.SimpleSender$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Udp.SimpleSender$()
           
 
Method Summary
 
Methods inherited from class akka.io.Udp.SimpleSender
options
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.io.Udp.Command
failureMessage
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final Udp.SimpleSender$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Udp.SimpleSender$

public Udp.SimpleSender$()