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.String
getIp()
int
getPort()
boolean
isReachable()
void
setIp(java.lang.String ip)
void
setPort(int port)
void
setResult(boolean result)
-
-
-
Constructor Detail
-
TestResult
public TestResult()
-
-