Interface Forwarder

Forwarding plane.

interface Forwarder {
    faces: ReadonlySet<FwFace>;
    nodeNames: Name[];
    addFace(face, attributes?): FwFace;
    close(): void;
}

Hierarchy

  • TypedEventTarget<EventMap>
    • Forwarder

Properties

Methods

Properties

faces: ReadonlySet<FwFace>

Logical faces.

nodeNames: Name[]

Node names, used in forwarding hint processing.

Methods

  • Cancel timers and other I/O resources. This instance should not be used after this operation.

    Returns void

Generated using TypeDoc