public class ICEResolver extends TransportResolver
TransportResolver.Typecandidates, CHECK_TIMEOUT, type| Constructor and Description |
|---|
ICEResolver(org.jivesoftware.smack.XMPPConnection connection,
java.lang.String server,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel any asynchronous resolution operation.
|
void |
initialize()
Initialize the Resolver
|
void |
resolve(JingleSession session)
Resolve the IP and obtain a valid transport method.
|
addCandidate, addListener, clear, clearCandidates, getCandidate, getCandidateCount, getCandidates, getCandidatesList, getFreePort, getListenersList, getPreferredCandidate, getType, initializeAndWait, isInitialized, isResolved, isResolving, removeListener, setInitialized, setResolveEnd, setResolveInit, setType, triggerCandidateAddedpublic ICEResolver(org.jivesoftware.smack.XMPPConnection connection,
java.lang.String server,
int port)
public void initialize()
throws org.jivesoftware.smack.XMPPException
TransportResolverinitialize in class TransportResolverorg.jivesoftware.smack.XMPPExceptionpublic void cancel()
throws org.jivesoftware.smack.XMPPException
TransportResolvercancel in class TransportResolverorg.jivesoftware.smack.XMPPExceptionpublic void resolve(JingleSession session) throws org.jivesoftware.smack.XMPPException, org.jivesoftware.smack.SmackException
resolve in class TransportResolverorg.jivesoftware.smack.SmackExceptionorg.jivesoftware.smack.XMPPException