
au.com.agic.apptesting.utils.ServerPortUtils Maven / Gradle / Ivy
package au.com.agic.apptesting.utils;
import java.io.IOException;
/**
* Services related to dealing with ports
*/
public interface ServerPortUtils {
/**
*
* @return Get a free port on the server
*/
int getFreePort() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy