Class TestResult
java.lang.Object
org.jivesoftware.smackx.jingleold.nat.TestResult
Result of an ECHO Test.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestResult
public TestResult()
-
-
Method Details
-
isReachable
public boolean isReachable() -
setResult
public void setResult(boolean result) -
getIp
-
setIp
-
getPort
public int getPort() -
setPort
public void setPort(int port)
-