Package akka.io
Interface WithUdpSend
-
public interface WithUdpSendINTERNAL API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidakka$io$WithUdpSend$_setter_$settings_$eq(akka.io.Udp.UdpSettings x$1)java.nio.channels.DatagramChannelchannel()voiddoSend(ChannelRegistration registration)booleanhasWritePending()voidpendingCommander_$eq(ActorRef x$1)voidpendingSend_$eq(Udp.Send x$1)voidretriedSend_$eq(boolean x$1)scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>sendHandlers(ChannelRegistration registration)akka.io.Udp.UdpSettingssettings()UdpExtudp()
-
-
-
Method Detail
-
akka$io$WithUdpSend$_setter_$settings_$eq
void akka$io$WithUdpSend$_setter_$settings_$eq(akka.io.Udp.UdpSettings x$1)
-
channel
java.nio.channels.DatagramChannel channel()
-
doSend
void doSend(ChannelRegistration registration)
-
hasWritePending
boolean hasWritePending()
-
pendingCommander_$eq
void pendingCommander_$eq(ActorRef x$1)
-
pendingSend_$eq
void pendingSend_$eq(Udp.Send x$1)
-
retriedSend_$eq
void retriedSend_$eq(boolean x$1)
-
sendHandlers
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> sendHandlers(ChannelRegistration registration)
-
settings
akka.io.Udp.UdpSettings settings()
-
udp
UdpExt udp()
-
-