Class ServerUtil
- java.lang.Object
-
- org.apache.axis2.transport.testkit.util.ServerUtil
-
public class ServerUtil extends Object
Utility class with methods useful when working with test servers.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
waitForServer(int port)
Wait until the server listening on a given TCP port is ready to accept connections.
-