Uses of Class
org.praxislive.core.Packet
-
Packages that use Packet Package Description org.praxislive.base org.praxislive.core -
-
Uses of Packet in org.praxislive.base
Methods in org.praxislive.base with parameters of type Packet Modifier and Type Method Description booleanAbstractRoot.Controller. submitPacket(Packet packet) -
Uses of Packet in org.praxislive.core
Subclasses of Packet in org.praxislive.core Modifier and Type Class Description classCallMethods in org.praxislive.core with parameters of type Packet Modifier and Type Method Description intPacket. compareTo(Packet obj)Compare Packets and order them by timeCode and ID.booleanRootHub. dispatch(Packet packet)Dispatch a message to another Root.voidPacketRouter. route(Packet packet)Route PacketbooleanRoot.Controller. submitPacket(Packet packet)Deliver a Packet to this Root.
-