Provides Nodes for a responder. A single node provider can be reused by multiple responder.

Constructors

NodeProvider()

Properties

permissions IPermissionManager

Get Permissions.

read-only
hashCode → int

The hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator [](String path) LocalNode

Gets an existing node, or creates a dummy node for a requester to listen on.

operator ~() LocalNode

Get the root node.

operator ==(other) → bool

The equality operator.

inherited

Methods

createResponder(String dsId, String sessionId) Responder

Create a Responder

getNode(String path) LocalNode

Gets an existing node.

getOrCreateNode(String path, [ bool addToTree = true ]) LocalNode

Gets a node at the given path if it exists. If it does not exist, create a new node and return it.

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited