akka.io
Class Udp.Send$

java.lang.Object
  extended by akka.io.Udp.Send$
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Udp

public static class Udp.Send$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Udp.Send$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Udp.Send$()
           
 
Method Summary
 Udp.Send apply(ByteString data, java.net.InetSocketAddress target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Udp.Send$

public Udp.Send$()
Method Detail

apply

public Udp.Send apply(ByteString data,
                      java.net.InetSocketAddress target)