public class AsyncServer extends Object
| Constructor and Description |
|---|
AsyncServer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String... args)
checkstyle complains if there is no javadoc comment here.
|
void |
run(String[] args)
Equivalent of "main", but non-static.
|