public class BridgedResolver extends TransportResolver
TransportResolver.Type
candidates, CHECK_TIMEOUT, type
Constructor and Description |
---|
BridgedResolver(XMPPConnection connection)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel any asynchronous resolution operation.
|
static 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(XMPPConnection connection)
public void resolve(JingleSession session) throws XMPPException, SmackException.NotConnectedException
resolve
in class TransportResolver
SmackException.NotConnectedException
XMPPException
public void initialize() throws SmackException, XMPPException.XMPPErrorException
TransportResolver
initialize
in class TransportResolver
SmackException
XMPPException.XMPPErrorException
public void cancel() throws XMPPException
TransportResolver
cancel
in class TransportResolver
XMPPException
public static String getLocalHost()