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

com.chutneytesting.engine.domain.delegation.ConnectionChecker Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.chutneytesting.engine.domain.delegation;

/**
 * Used to determine if a remote port at a remote address is listened to.
 */
public interface ConnectionChecker {

    boolean canConnectTo(NamedHostAndPort namedHostAndPort);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy