Package org.apache.pekko.io
Interface WithUdpSend
public interface WithUdpSend
INTERNAL API
-
Method Summary
Modifier and TypeMethodDescriptionchannel()voiddoSend(ChannelRegistration registration) booleanvoidorg$apache$pekko$io$WithUdpSend$_setter_$settings_$eq(org.apache.pekko.io.Udp.UdpSettings x$1) voidvoidpendingSend_$eq(Udp.Send x$1) voidretriedSend_$eq(boolean x$1) scala.PartialFunction<Object,scala.runtime.BoxedUnit> sendHandlers(ChannelRegistration registration) org.apache.pekko.io.Udp.UdpSettingssettings()udp()
-
Method Details
-
channel
DatagramChannel channel() -
doSend
-
hasWritePending
boolean hasWritePending() -
org$apache$pekko$io$WithUdpSend$_setter_$settings_$eq
void org$apache$pekko$io$WithUdpSend$_setter_$settings_$eq(org.apache.pekko.io.Udp.UdpSettings x$1) -
pendingCommander_$eq
-
pendingSend_$eq
-
retriedSend_$eq
void retriedSend_$eq(boolean x$1) -
sendHandlers
scala.PartialFunction<Object,scala.runtime.BoxedUnit> sendHandlers(ChannelRegistration registration) -
settings
org.apache.pekko.io.Udp.UdpSettings settings() -
udp
UdpExt udp()
-