Class TestResult
- java.lang.Object
-
- org.jivesoftware.smackx.jingleold.nat.TestResult
-
public class TestResult extends java.lang.Object
Result of an ECHO Test.
-
-
Constructor Summary
Constructors Constructor Description TestResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIp()intgetPort()booleanisReachable()voidsetIp(java.lang.String ip)voidsetPort(int port)voidsetResult(boolean result)
-
-
-
Constructor Detail
-
TestResult
public TestResult()
-
-