com.chutneytesting.engine.domain.delegation.ConnectionChecker Maven / Gradle / Ivy
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