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 boolean
AbstractRoot.Controller. submitPacket(Packet packet)
-
Uses of Packet in org.praxislive.core
Subclasses of Packet in org.praxislive.core Modifier and Type Class Description class
Call
Methods in org.praxislive.core with parameters of type Packet Modifier and Type Method Description int
Packet. compareTo(Packet obj)
Compare Packets and order them by timeCode and ID.boolean
RootHub. dispatch(Packet packet)
Dispatch a message to another Root.void
PacketRouter. route(Packet packet)
Route Packetboolean
Root.Controller. submitPacket(Packet packet)
Deliver a Packet to this Root.
-