NodeStream
Extends:
stream~Readable → NodeStream
A stream of server nodes.
Constructor Summary
| Public Constructor | ||
| public |
constructor(nodesToBrowse: NodeId[], options: Object) Creates new node stream. |
|
Member Summary
| Public Members | ||
| public get |
If the stream is destoyed. |
|
| public get |
The number of processed chunks per second. |
|
| public get |
The number of processed nodes. |
|
| public |
If the discovered nodes should be browsed as well. |
|
| Private Members | ||
| private |
The stream's browser |
|
| private |
If the stream is destroyed. |
|
| private |
The timestamp when the stream started. |
|
Method Summary
| Private Methods | ||
| private |
Destroys the stream. |
|
| private |
_read() Starts the browser. |
|
