* Called with the encoded packet data. * * @param data * @protected
(data: RawData)
| 162 | * @protected |
| 163 | */ |
| 164 | protected onData(data: RawData) { |
| 165 | this.onPacket(this.parser.decodePacket(data)); |
| 166 | } |
| 167 | |
| 168 | /** |
| 169 | * Called upon transport close. |
nothing calls this directly
no test coverage detected
searching dependent graphs…