Class NetUtilsTest.ServerRunnable
- java.lang.Object
-
- test.de.iip_ecosphere.platform.support.NetUtilsTest.ServerRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- NetUtilsTest
private class NetUtilsTest.ServerRunnable extends java.lang.Object implements java.lang.RunnableA simple test server runnable, accepting and closing a connection.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Modifier Constructor Description privateServerRunnable(int port)Creates a server runnable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()private voidstop()Stops the server.
-