Class HttpManifestResponse


public class HttpManifestResponse extends HttpByteArrayResponse
Builds a web manifest files suitable for install RCWeb as an app.
Author:
Dr Michael Gardiner
  • Constructor Details

    • HttpManifestResponse

      public HttpManifestResponse(HttpRequest httpReq, String app, String roomId) throws IOException
      Constructs an HTTP response containing the dynamically generated manifest.
      Parameters:
      httpReq - the incoming request
      app - the app to use for the start URL
      roomId - the room the client starts in
      Throws:
      IOException - if an error occurs reading the template