public class Request extends Object
Constructor and Description |
---|
Request() |
Modifier and Type | Method and Description |
---|---|
static String |
post(URL url,
String eventLog,
String source)
Make a POST request to the HJ-viz server at url.
|
public static String post(URL url, String eventLog, String source) throws IOException
url
- the URL of the HJ-viz servereventLog
- the generated event log as a Stringsource
- the java source code file as a StringIOException
- when the request failsCopyright © 2015 Rice University - Department of Computer Science. All rights reserved.