Package org.minidns.integrationtest
Class AsyncApiTest
- java.lang.Object
-
- org.minidns.integrationtest.AsyncApiTest
-
public class AsyncApiTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AsyncApiTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static void
simpleAsyncApiTest()
static void
tcpAsyncApiTest()
-
-
-
Constructor Detail
-
AsyncApiTest
public AsyncApiTest()
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
simpleAsyncApiTest
public static void simpleAsyncApiTest() throws IOException
- Throws:
IOException
-
tcpAsyncApiTest
public static void tcpAsyncApiTest() throws IOException
- Throws:
IOException
-
-