public class BridgedResolver extends TransportResolver
TransportResolver.Type
candidates, CHECK_TIMEOUT, type
Constructor and Description |
---|
BridgedResolver(org.jivesoftware.smack.XMPPConnection connection)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel any asynchronous resolution operation.
|
static java.lang.String |
getLocalHost() |
void |
initialize()
Initialize the Resolver
|
void |
resolve(JingleSession session)
Resolve Bridged Candidate.
|
addCandidate, addListener, clear, clearCandidates, getCandidate, getCandidateCount, getCandidates, getCandidatesList, getFreePort, getListenersList, getPreferredCandidate, getType, initializeAndWait, isInitialized, isResolved, isResolving, removeListener, setInitialized, setResolveEnd, setResolveInit, setType, triggerCandidateAdded
public BridgedResolver(org.jivesoftware.smack.XMPPConnection connection)
public void resolve(JingleSession session) throws org.jivesoftware.smack.XMPPException, org.jivesoftware.smack.SmackException.NotConnectedException
resolve
in class TransportResolver
org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.XMPPException
public void initialize() throws org.jivesoftware.smack.SmackException, org.jivesoftware.smack.XMPPException.XMPPErrorException
TransportResolver
initialize
in class TransportResolver
org.jivesoftware.smack.SmackException
org.jivesoftware.smack.XMPPException.XMPPErrorException
public void cancel() throws org.jivesoftware.smack.XMPPException
TransportResolver
cancel
in class TransportResolver
org.jivesoftware.smack.XMPPException
public static java.lang.String getLocalHost()