Class TestResult
- java.lang.Object
-
- org.jivesoftware.smackx.jingleold.nat.TestResult
-
public class TestResult extends 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 String
getIp()
int
getPort()
boolean
isReachable()
void
setIp(String ip)
void
setPort(int port)
void
setResult(boolean result)
-
-
-
Constructor Detail
-
TestResult
public TestResult()
-
-