Interface ConnectionChecker


public interface ConnectionChecker
Used to determine if a remote port at a remote address is listened to.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canConnectTo(NamedHostAndPort namedHostAndPort)
     
  • Method Details