Interface PacketRouter


  • public interface PacketRouter
    Interface for an object that can route Calls to their required destination. Usually this object will be provided by Root components.
    • Method Detail

      • route

        void route​(Packet packet)
        Route Packet
        Parameters:
        packet -