Package akka.io

Class UdpConnectedManager

    • Constructor Detail

      • UdpConnectedManager

        public UdpConnectedManager​(UdpConnectedExt udpConn)
    • Method Detail

      • receive

        public scala.PartialFunction<java.lang.Object,​scala.runtime.BoxedUnit> receive()
        Description copied from interface: Actor
        Scala API: This defines the initial actor behavior, it must return a partial function with the actor logic.