All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.testsystems.fit.SocketAccepter Maven / Gradle / Ivy

There is a newer version: 20241026
Show newest version
package fitnesse.testsystems.fit;

import java.io.IOException;
import java.net.Socket;

public interface SocketAccepter {
  void acceptSocket(Socket socket) throws IOException, InterruptedException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy