Package akka.io
Class UdpConnected.Send$
- java.lang.Object
 - 
- akka.io.UdpConnected.Send$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - UdpConnected
 
public static class UdpConnected.Send$ extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static UdpConnected.Send$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description Send$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UdpConnected.Sendapply(ByteString data)UdpConnected.Sendapply(ByteString payload, java.lang.Object ack)scala.Option<scala.Tuple2<ByteString,java.lang.Object>>unapply(UdpConnected.Send x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final UdpConnected.Send$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
apply
public UdpConnected.Send apply(ByteString data)
 
- 
apply
public UdpConnected.Send apply(ByteString payload, java.lang.Object ack)
 
- 
unapply
public scala.Option<scala.Tuple2<ByteString,java.lang.Object>> unapply(UdpConnected.Send x$0)
 
 - 
 
 -