WebsocketRead is called after reads from WebSocket connection.
(typ int, content []byte, closeCode int)
| 38 | |
| 39 | // WebsocketRead is called after reads from WebSocket connection. |
| 40 | WebsocketRead(typ int, content []byte, closeCode int) |
| 41 | } |
| 42 | |
| 43 | // CompactPrinter implements Printer. |