* Called with parsed out a packets from the data stream. * * @param {Object} packet * @protected
(packet: Packet)
| 152 | * @protected |
| 153 | */ |
| 154 | protected onPacket(packet: Packet) { |
| 155 | this.emit("packet", packet); |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Called with the encoded packet data. |
nothing calls this directly
no test coverage detected
searching dependent graphs…