Interface WithUdpSend


public interface WithUdpSend
INTERNAL API
  • Method Details

    • channel

      DatagramChannel channel()
    • doSend

      void doSend(ChannelRegistration registration)
    • 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

      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<Object,scala.runtime.BoxedUnit> sendHandlers(ChannelRegistration registration)
    • settings

      org.apache.pekko.io.Udp.UdpSettings settings()
    • udp

      UdpExt udp()