public interface WithUdpSend
Modifier and Type | Method and Description |
---|---|
java.nio.channels.DatagramChannel |
channel() |
void |
doSend(ChannelRegistration registration) |
boolean |
hasWritePending() |
ActorRef |
pendingCommander() |
Udp.Send |
pendingSend() |
boolean |
retriedSend() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
sendHandlers(ChannelRegistration registration) |
Udp.UdpSettings |
settings() |
UdpExt |
udp() |
Udp.Send pendingSend()
ActorRef pendingCommander()
boolean retriedSend()
boolean hasWritePending()
java.nio.channels.DatagramChannel channel()
UdpExt udp()
Udp.UdpSettings settings()
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> sendHandlers(ChannelRegistration registration)
void doSend(ChannelRegistration registration)