SocketServer constructor

SocketServer(
  1. Req req,
  2. Res res
)

Implementation

SocketServer(this.req, this.res);