Uses of Interface
org.praxislive.core.PacketRouter
-
Packages that use PacketRouter Package Description org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.hub org.praxislive.script org.praxislive.script.impl -
-
Uses of PacketRouter in org.praxislive.base
Methods in org.praxislive.base that return PacketRouter Modifier and Type Method Description protected PacketRouter
AbstractRoot. createRouter()
Method used to create thePacketRouter
during initialization.protected PacketRouter
AbstractRoot. getRouter()
Get thePacketRouter
for this Root.Methods in org.praxislive.base with parameters of type PacketRouter Modifier and Type Method Description void
AbstractAsyncControl. call(Call call, PacketRouter router)
void
AbstractContainer.ChildrenControl. call(Call call, PacketRouter router)
void
AbstractContainer.ConnectControl. call(Call call, PacketRouter router)
void
AbstractContainer.ConnectionsControl. call(Call call, PacketRouter router)
void
AbstractContainer.DisconnectControl. call(Call call, PacketRouter router)
void
AbstractContainer.RemoveChildControl. call(Call call, PacketRouter router)
void
AbstractProperty. call(Call call, PacketRouter router)
void
BindingContextControl. call(Call call, PacketRouter router)
protected abstract void
AbstractRoot. processCall(Call call, PacketRouter router)
Method called to handle every receivedCall
.protected void
AbstractRootContainer. processCall(Call call, PacketRouter router)
Constructors in org.praxislive.base with parameters of type PacketRouter Constructor Description BindingContextControl(ControlAddress controlAddress, ExecutionContext context, PacketRouter router)
Create a BindingContextControl. -
Uses of PacketRouter in org.praxislive.code
Methods in org.praxislive.code with parameters of type PacketRouter Modifier and Type Method Description void
AbstractAsyncProperty. call(Call call, PacketRouter router)
void
AbstractBasicProperty. call(Call call, PacketRouter router)
Deprecated.void
InfoProperty. call(Call call, PacketRouter router)
void
PropertyControl. call(Call call, PacketRouter router)
void
SharedCodeProperty. call(Call call, PacketRouter router)
void
TriggerControl. call(Call call, PacketRouter router)
-
Uses of PacketRouter in org.praxislive.core
Methods in org.praxislive.core with parameters of type PacketRouter Modifier and Type Method Description void
Control. call(Call call, PacketRouter router)
-
Uses of PacketRouter in org.praxislive.hub
Methods in org.praxislive.hub with parameters of type PacketRouter Modifier and Type Method Description protected void
BasicCoreRoot. processCall(Call call, PacketRouter router)
-
Uses of PacketRouter in org.praxislive.script
Methods in org.praxislive.script that return PacketRouter Modifier and Type Method Description PacketRouter
Env. getPacketRouter()
-
Uses of PacketRouter in org.praxislive.script.impl
Methods in org.praxislive.script.impl with parameters of type PacketRouter Modifier and Type Method Description protected void
ScriptServiceImpl. processCall(Call call, PacketRouter router)
-