Uses of Interface
org.praxislive.core.PacketRouter
Packages that use PacketRouter
Package
Description
-
Uses of PacketRouter in org.praxislive.base
Methods in org.praxislive.base that return PacketRouterModifier and TypeMethodDescriptionprotected PacketRouterAbstractRoot.createRouter()Method used to create thePacketRouterduring initialization.protected final PacketRouterAbstractRoot.getRouter()Get thePacketRouterfor this Root.Methods in org.praxislive.base with parameters of type PacketRouterModifier and TypeMethodDescriptionvoidAbstractAsyncControl.call(Call call, PacketRouter router) voidAbstractContainer.ChildrenControl.call(Call call, PacketRouter router) voidAbstractContainer.ConnectControl.call(Call call, PacketRouter router) voidAbstractContainer.ConnectionsControl.call(Call call, PacketRouter router) voidAbstractContainer.DisconnectControl.call(Call call, PacketRouter router) voidAbstractContainer.RemoveChildControl.call(Call call, PacketRouter router) voidAbstractProperty.call(Call call, PacketRouter router) voidBindingContextControl.call(Call call, PacketRouter router) voidMetaProperty.call(Call call, PacketRouter router) protected abstract voidAbstractRoot.processCall(Call call, PacketRouter router) Method called to handle every receivedCall.protected voidAbstractRootContainer.processCall(Call call, PacketRouter router) Constructors in org.praxislive.base with parameters of type PacketRouterModifierConstructorDescriptionBindingContextControl(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 PacketRouterModifier and TypeMethodDescriptionvoidAbstractAsyncProperty.call(Call call, PacketRouter router) voidInfoProperty.call(Call call, PacketRouter router) voidPropertyControl.call(Call call, PacketRouter router) voidSharedCodeProperty.call(Call call, PacketRouter router) voidTriggerControl.call(Call call, PacketRouter router) -
Uses of PacketRouter in org.praxislive.core
Methods in org.praxislive.core with parameters of type PacketRouter -
Uses of PacketRouter in org.praxislive.hub
Methods in org.praxislive.hub with parameters of type PacketRouterModifier and TypeMethodDescriptionprotected voidBasicCoreRoot.processCall(Call call, PacketRouter router) -
Uses of PacketRouter in org.praxislive.script
Methods in org.praxislive.script that return PacketRouterModifier and TypeMethodDescriptionEnv.getPacketRouter()A packet router for sending calls during command execution.Methods in org.praxislive.script with parameters of type PacketRouterModifier and TypeMethodDescriptionprotected voidDefaultScriptService.processCall(Call call, PacketRouter router)