ServerIO bind(Engine engine) { this.engine = engine; this.engine!.on('connection', onConnection); return this; }