public class TransportCandidate.CandidateEcho extends Object implements Runnable
Constructor and Description |
---|
CandidateEcho(TransportCandidate candidate,
JingleSession session) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(DatagramListener listener) |
void |
addResultListener(ResultListener resultListener) |
void |
cancel() |
void |
removeListener(DatagramListener listener) |
void |
removeResultListener(ResultListener resultListener) |
void |
run() |
void |
testASync(TransportCandidate transportCandidate,
String password) |
public CandidateEcho(TransportCandidate candidate, JingleSession session) throws UnknownHostException, SocketException
UnknownHostException
SocketException
public void cancel()
public void testASync(TransportCandidate transportCandidate, String password)
public void addListener(DatagramListener listener)
public void removeListener(DatagramListener listener)
public void addResultListener(ResultListener resultListener)
public void removeResultListener(ResultListener resultListener)