Uses of Class
org.jivesoftware.smackx.jingleold.nat.TransportCandidate
Packages that use TransportCandidate
Package
Description
TODO describe me.
TODO describe me.
TODO describe me.
TODO describe me.
TODO describe me.
TODO describe me.
TODO describe me.
TODO describe me.
TODO describe me.
-
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold with parameters of type TransportCandidateModifier and TypeMethodDescriptionvoid
JingleManager.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 TransportCandidateModifier and TypeMethodDescriptionvoid
JingleSessionListener.sessionEstablished
(PayloadType pt, TransportCandidate remoteCandidate, TransportCandidate localCandidate, JingleSession jingleSession) Notification that the session has been established.void
JingleTransportListener.transportClosed
(TransportCandidate cand) Notification that a transport must be cancelled.void
JingleTransportListener.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 TransportCandidateModifier and TypeMethodDescriptionJingleMediaSession.getLocal()
Returns the Media Session local Candidate.JingleMediaSession.getRemote()
Returns the Media Session remote Candidate.Methods in org.jivesoftware.smackx.jingleold.media with parameters of type TransportCandidateModifier and TypeMethodDescriptionabstract JingleMediaSession
JingleMediaManager.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 TransportCandidateModifierConstructorDescriptionJingleMediaSession
(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, 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 TransportCandidateModifier and TypeMethodDescriptionJmfMediaManager.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 TransportCandidateModifierConstructorDescriptionAudioMediaSession
(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, 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 TransportCandidateModifier and TypeMethodDescriptionSpeexMediaManager.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 TransportCandidateModifierConstructorDescriptionAudioMediaSession
(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, 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 TransportCandidateModifier and TypeMethodDescriptionMultiMediaManager.createMediaSession
(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession) Returns a new JingleMediaSession. -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.mediaimpl.test
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.test with parameters of type TransportCandidateModifier and TypeMethodDescriptionTestMediaManager.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 TransportCandidateModifierConstructorDescriptionTestMediaSession
(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, 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.natModifier and TypeClassDescriptionfinal class
ICE Transport candidate.static class
Fixed transport candidate.Fields in org.jivesoftware.smackx.jingleold.nat with type parameters of type TransportCandidateModifier and TypeFieldDescriptionprotected final List<TransportCandidate>
TransportResolver.candidates
Methods in org.jivesoftware.smackx.jingleold.nat that return TransportCandidateModifier and TypeMethodDescriptionTransportNegotiator.getAcceptedLocalCandidate()
Get the best accepted local candidate we have offered.final TransportCandidate
TransportNegotiator.getBestLocalCandidate()
Obtain the best local candidate we want to offer.abstract TransportCandidate
TransportNegotiator.getBestRemoteCandidate()
Obtain the best common transport candidate obtained in the negotiation.TransportNegotiator.Ice.getBestRemoteCandidate()
Obtain the best remote candidate obtained in the negotiation so far.TransportNegotiator.RawUdp.getBestRemoteCandidate()
Obtain the best common transport candidate obtained in the negotiation.TransportResolver.getCandidate
(int i) Get the n-th candidate.TransportResolver.getPreferredCandidate()
Get the candidate with the highest preference.TransportCandidate.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 TransportCandidateModifier and TypeMethodDescriptionTransportResolver.getCandidates()
Get an iterator for the list of candidates.TransportResolver.getCandidatesList()
Get the list of candidates.TransportNegotiator.getOfferedCandidates()
final 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 TransportCandidateModifier and TypeMethodDescriptionabstract boolean
TransportNegotiator.acceptableTransportCandidate
(TransportCandidate tc, List<TransportCandidate> localCandidates) Return true if the transport candidate is acceptable for the current negotiator.boolean
TransportNegotiator.Ice.acceptableTransportCandidate
(TransportCandidate tc, List<TransportCandidate> localCandidates) Return true for ICE candidates.boolean
TransportNegotiator.RawUdp.acceptableTransportCandidate
(TransportCandidate tc, List<TransportCandidate> localCandidates) Return true for fixed candidates.protected void
TransportResolver.addCandidate
(TransportCandidate cand) Add a new transport candidatevoid
TransportResolverListener.Resolver.candidateAdded
(TransportCandidate cand) A transport candidate has been added.void
TransportResolverListener.Checker.candidateChecked
(TransportCandidate cand, boolean result) A transport candidate has been checked.void
TransportResolverListener.Checker.candidateChecking
(TransportCandidate cand) A transport candidate is being checked.abstract JingleTransport
TransportNegotiator.getJingleTransport
(TransportCandidate cand) Get a new instance of the right TransportNegotiator class with this candidate.TransportNegotiator.Ice.getJingleTransport
(TransportCandidate candidate) Get a TransportNegotiator instance.TransportNegotiator.RawUdp.getJingleTransport
(TransportCandidate bestRemote) Get a TransportNegotiator instance.static RTPBridge
RTPBridge.relaySession
(XMPPConnection connection, String sessionID, String pass, TransportCandidate proxyCandidate, TransportCandidate localCandidate) Check if the server support RTPBridge Service.void
BridgedTransportManager.sessionEstablished
(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession) void
FixedTransportManager.sessionEstablished
(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession) void
ICETransportManager.sessionEstablished
(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession) void
TransportCandidate.setSymmetric
(TransportCandidate symmetric) Set the symmetric candidate for this candidate.void
TransportCandidate.CandidateEcho.testASync
(TransportCandidate transportCandidate, String password) void
ResultListener.testFinished
(TestResult result, TransportCandidate candidate) protected void
TransportResolver.triggerCandidateAdded
(TransportCandidate cand) Trigger a new candidate added event.Method parameters in org.jivesoftware.smackx.jingleold.nat with type arguments of type TransportCandidateModifier and TypeMethodDescriptionabstract boolean
TransportNegotiator.acceptableTransportCandidate
(TransportCandidate tc, List<TransportCandidate> localCandidates) Return true if the transport candidate is acceptable for the current negotiator.boolean
TransportNegotiator.Ice.acceptableTransportCandidate
(TransportCandidate tc, List<TransportCandidate> localCandidates) Return true for ICE candidates.boolean
TransportNegotiator.RawUdp.acceptableTransportCandidate
(TransportCandidate tc, List<TransportCandidate> localCandidates) Return true for fixed candidates.void
ICECandidate.check
(List<TransportCandidate> localCandidates) Check if a transport candidate is usable.void
TransportCandidate.check
(List<TransportCandidate> localCandidates) Check if a transport candidate is usable.Constructors in org.jivesoftware.smackx.jingleold.nat with parameters of type TransportCandidate -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.packet
Fields in org.jivesoftware.smackx.jingleold.packet declared as TransportCandidateModifier and TypeFieldDescriptionprotected TransportCandidate
JingleTransport.JingleTransportCandidate.transportCandidate
Methods in org.jivesoftware.smackx.jingleold.packet that return TransportCandidateModifier and TypeMethodDescriptionJingleTransport.JingleTransportCandidate.getMediaTransport()
Get the current transportElement candidate.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type TransportCandidateModifier and TypeMethodDescriptionvoid
JingleTransport.JingleTransportCandidate.setMediaTransport
(TransportCandidate cand) Set the transportElement candidate.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type TransportCandidateModifierConstructorDescriptionConstructor with a transport candidate.Constructor with a transport candidate.JingleTransportCandidate
(TransportCandidate candidate) Creates a new TransportNegotiator child.