akka.io
Class UdpConnected.Send$

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

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

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

UdpConnected.Send$

public UdpConnected.Send$()
Method Detail

apply

public UdpConnected.Send apply(ByteString data)