public HttpServerWrapper(BaseHttpServer server, int index) { this.server = server; this.index = index; }