Uses of Class
org.jivesoftware.smackx.jingleold.nat.TransportCandidate
-
Packages that use TransportCandidate Package Description org.jivesoftware.smackx.jingleold TODO describe me.org.jivesoftware.smackx.jingleold.listeners TODO describe me.org.jivesoftware.smackx.jingleold.media TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.jmf TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.jspeex TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.multi TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.sshare TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.test org.jivesoftware.smackx.jingleold.nat TODO describe me.org.jivesoftware.smackx.jingleold.packet TODO describe me. -
-
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold with parameters of type TransportCandidate Modifier and Type Method Description voidJingleManager. sessionEstablished(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession) -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.listeners
Methods in org.jivesoftware.smackx.jingleold.listeners with parameters of type TransportCandidate Modifier and Type Method Description voidJingleSessionListener. sessionEstablished(PayloadType pt, TransportCandidate remoteCandidate, TransportCandidate localCandidate, JingleSession jingleSession)Notification that the session has been established.voidJingleTransportListener. transportClosed(TransportCandidate cand)Notification that a transport must be cancelled.voidJingleTransportListener. transportEstablished(TransportCandidate local, TransportCandidate remote)Notification that the transport has been established. -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.media
Methods in org.jivesoftware.smackx.jingleold.media that return TransportCandidate Modifier and Type Method Description TransportCandidateJingleMediaSession. getLocal()Returns the Media Session local Candidate.TransportCandidateJingleMediaSession. getRemote()Returns the Media Session remote Candidate.Methods in org.jivesoftware.smackx.jingleold.media with parameters of type TransportCandidate Modifier and Type Method Description abstract JingleMediaSessionJingleMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Create a Media Session Implementation.Constructors in org.jivesoftware.smackx.jingleold.media with parameters of type TransportCandidate Constructor Description JingleMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, java.lang.String mediaLocator, JingleSession jingleSession)Creates a new JingleMediaSession Instance to handle Media methods. -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.mediaimpl.jmf
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.jmf with parameters of type TransportCandidate Modifier and Type Method Description JingleMediaSessionJmfMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new jingleMediaSession.Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.jmf with parameters of type TransportCandidate Constructor Description AudioMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, java.lang.String locator, JingleSession jingleSession)Creates a org.jivesoftware.jingleaudio.jmf.AudioMediaSession with defined payload type, remote and local candidates. -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex with parameters of type TransportCandidate Modifier and Type Method Description JingleMediaSessionSpeexMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new jingleMediaSession.Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex with parameters of type TransportCandidate Constructor Description AudioMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, java.lang.String locator, JingleSession jingleSession)Creates a org.jivesoftware.jingleaudio.jspeex.AudioMediaSession with defined payload type, remote and local candidates. -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.mediaimpl.multi
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.multi with parameters of type TransportCandidate Modifier and Type Method Description JingleMediaSessionMultiMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new JingleMediaSession. -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.mediaimpl.sshare
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.sshare with parameters of type TransportCandidate Modifier and Type Method Description JingleMediaSessionScreenShareMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new JingleMediaSession.Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.sshare with parameters of type TransportCandidate Constructor Description ScreenShareSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, java.lang.String locator, JingleSession jingleSession)Creates a org.jivesoftware.jingleaudio.jmf.AudioMediaSession with defined payload type, remote and local candidates. -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.mediaimpl.test
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.test with parameters of type TransportCandidate Modifier and Type Method Description JingleMediaSessionTestMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new JingleMediaSession.Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.test with parameters of type TransportCandidate Constructor Description TestMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, java.lang.String locator, JingleSession jingleSession)Creates a TestMediaSession with defined payload type, remote and local candidates. -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.nat
Subclasses of TransportCandidate in org.jivesoftware.smackx.jingleold.nat Modifier and Type Class Description classICECandidateICE Transport candidate.static classTransportCandidate.FixedFixed transport candidate.Fields in org.jivesoftware.smackx.jingleold.nat with type parameters of type TransportCandidate Modifier and Type Field Description protected java.util.List<TransportCandidate>TransportResolver. candidatesMethods in org.jivesoftware.smackx.jingleold.nat that return TransportCandidate Modifier and Type Method Description TransportCandidateTransportNegotiator. getAcceptedLocalCandidate()Get the best accepted local candidate we have offered.TransportCandidateTransportNegotiator. getBestLocalCandidate()Obtain the best local candidate we want to offer.abstract TransportCandidateTransportNegotiator. getBestRemoteCandidate()Obtain the best common transport candidate obtained in the negotiation.TransportCandidateTransportNegotiator.Ice. getBestRemoteCandidate()Obtain the best remote candidate obtained in the negotiation so far.TransportCandidateTransportNegotiator.RawUdp. getBestRemoteCandidate()Obtain the best common transport candidate obtained in the negotiation.TransportCandidateTransportResolver. getCandidate(int i)Get the n-th candidate.TransportCandidateTransportResolver. getPreferredCandidate()Get the candidate with the highest preference.TransportCandidateTransportCandidate. getSymmetric()Get the symmetric candidate for this candidate if it exists.Methods in org.jivesoftware.smackx.jingleold.nat that return types with arguments of type TransportCandidate Modifier and Type Method Description java.util.Iterator<TransportCandidate>TransportResolver. getCandidates()Get an iterator for the list of candidates.java.util.List<TransportCandidate>TransportResolver. getCandidatesList()Get the list of candidates.java.util.List<TransportCandidate>TransportNegotiator. getOfferedCandidates()java.util.Iterator<TransportCandidate>TransportNegotiator. getValidRemoteCandidates()Get an iterator for the list of valid (ie, checked) remote candidates.Methods in org.jivesoftware.smackx.jingleold.nat with parameters of type TransportCandidate Modifier and Type Method Description abstract booleanTransportNegotiator. acceptableTransportCandidate(TransportCandidate tc, java.util.List<TransportCandidate> localCandidates)Return true if the transport candidate is acceptable for the current negotiator.booleanTransportNegotiator.Ice. acceptableTransportCandidate(TransportCandidate tc, java.util.List<TransportCandidate> localCandidates)Return true for ICE candidates.booleanTransportNegotiator.RawUdp. acceptableTransportCandidate(TransportCandidate tc, java.util.List<TransportCandidate> localCandidates)Return true for fixed candidates.protected voidTransportResolver. addCandidate(TransportCandidate cand)Add a new transport candidatevoidTransportResolverListener.Resolver. candidateAdded(TransportCandidate cand)A transport candidate has been added.voidTransportResolverListener.Checker. candidateChecked(TransportCandidate cand, boolean result)A transport candidate has been checked.voidTransportResolverListener.Checker. candidateChecking(TransportCandidate cand)A transport candidate is being checked.abstract JingleTransportTransportNegotiator. getJingleTransport(TransportCandidate cand)Get a new instance of the right TransportNegotiator class with this candidate.JingleTransportTransportNegotiator.Ice. getJingleTransport(TransportCandidate candidate)Get a TransportNegotiator instance.JingleTransportTransportNegotiator.RawUdp. getJingleTransport(TransportCandidate bestRemote)Get a TransportNegotiator instance.static RTPBridgeRTPBridge. relaySession(XMPPConnection connection, java.lang.String sessionID, java.lang.String pass, TransportCandidate proxyCandidate, TransportCandidate localCandidate)Check if the server support RTPBridge Service.voidBridgedTransportManager. sessionEstablished(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession)voidFixedTransportManager. sessionEstablished(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession)voidICETransportManager. sessionEstablished(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession)voidTransportCandidate. setSymmetric(TransportCandidate symmetric)Set the symmetric candidate for this candidate.voidTransportCandidate.CandidateEcho. testASync(TransportCandidate transportCandidate, java.lang.String password)voidResultListener. testFinished(TestResult result, TransportCandidate candidate)protected voidTransportResolver. triggerCandidateAdded(TransportCandidate cand)Trigger a new candidate added event.Method parameters in org.jivesoftware.smackx.jingleold.nat with type arguments of type TransportCandidate Modifier and Type Method Description abstract booleanTransportNegotiator. acceptableTransportCandidate(TransportCandidate tc, java.util.List<TransportCandidate> localCandidates)Return true if the transport candidate is acceptable for the current negotiator.booleanTransportNegotiator.Ice. acceptableTransportCandidate(TransportCandidate tc, java.util.List<TransportCandidate> localCandidates)Return true for ICE candidates.booleanTransportNegotiator.RawUdp. acceptableTransportCandidate(TransportCandidate tc, java.util.List<TransportCandidate> localCandidates)Return true for fixed candidates.voidICECandidate. check(java.util.List<TransportCandidate> localCandidates)Check if a transport candidate is usable.voidTransportCandidate. check(java.util.List<TransportCandidate> localCandidates)Check if a transport candidate is usable.Constructors in org.jivesoftware.smackx.jingleold.nat with parameters of type TransportCandidate Constructor Description CandidateEcho(TransportCandidate candidate, JingleSession session) -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.packet
Fields in org.jivesoftware.smackx.jingleold.packet declared as TransportCandidate Modifier and Type Field Description protected TransportCandidateJingleTransport.JingleTransportCandidate. transportCandidateMethods in org.jivesoftware.smackx.jingleold.packet that return TransportCandidate Modifier and Type Method Description TransportCandidateJingleTransport.JingleTransportCandidate. getMediaTransport()Get the current transportElement candidate.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type TransportCandidate Modifier and Type Method Description voidJingleTransport.JingleTransportCandidate. setMediaTransport(TransportCandidate cand)Set the transportElement candidate.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type TransportCandidate Constructor Description Candidate(TransportCandidate tc)Constructor with a transport candidate.Candidate(TransportCandidate tc)Constructor with a transport candidate.JingleTransportCandidate(TransportCandidate candidate)Creates a new TransportNegotiator child.
-