public class VisualizationServer
extends AbstractHandler
| Constructor and Description |
|---|
VisualizationServer(Path dataPath,
OperationsParams params) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.lang.String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch) |
static void |
main(java.lang.String[] args) |
static void |
printUsage()
Prints the usage of starting the server.
|
public VisualizationServer(Path dataPath,
OperationsParams params)
public void handle(java.lang.String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch)
throws java.io.IOException,
ServletException
java.io.IOExceptionServletExceptionpublic static void printUsage()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - java.lang.Exception