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