public class SimpleServer extends Object
| Constructor and Description |
|---|
SimpleServer() |
SimpleServer(int port) |
SimpleServer(Map<String,String> urlMappings) |
SimpleServer(Map<String,String> urlMappings,
int port) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
static void |
main(String... args)
Main method to run the server standalone.
|
void |
startServer() |
void |
stopServer() |
Copyright © 2015 Atlassian. All rights reserved.