this.roomClients = vertx.sharedData().getMap("roomClients");
this.sockets = this.of(DEFAULT_NSP);
this.handshakeHandler = new HandshakeHandler(this);
this.httpRequestHandler = new HttpRequestHandler(this);
this.staticHandler = new StaticHandler(this);
this.log.info("socket.io started");
}