Package net.targetr.rc.client
Class HttpManifestResponse
java.lang.Object
net.targetr.wtm3.net.http.HttpResponse
net.targetr.wtm3.net.http.response.HttpByteArrayResponse
net.targetr.rc.client.HttpManifestResponse
Builds a web manifest files suitable for install RCWeb as an app.
- Author:
- Dr Michael Gardiner
-
Field Summary
Fields inherited from class net.targetr.wtm3.net.http.HttpResponse
bytesWritten, code, headerLength, headers, info, version, writeErrorHandler -
Constructor Summary
ConstructorsConstructorDescriptionHttpManifestResponse(HttpRequest httpReq, String app, String roomId) Constructs an HTTP response containing the dynamically generated manifest. -
Method Summary
Methods inherited from class net.targetr.wtm3.net.http.response.HttpByteArrayResponse
setAllowGzip, writeMethods inherited from class net.targetr.wtm3.net.http.HttpResponse
getBodyInputStream, getContentLength, parseResponse, toString
-
Constructor Details
-
HttpManifestResponse
Constructs an HTTP response containing the dynamically generated manifest.- Parameters:
httpReq- the incoming requestapp- the app to use for the start URLroomId- the room the client starts in- Throws:
IOException- if an error occurs reading the template
-