Uses of Class
org.jivesoftware.smackx.jingleold.nat.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
Modifier and TypeMethodDescriptionvoid
JingleManager.sessionEstablished
(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession) -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.listeners
Modifier 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
Modifier and TypeMethodDescriptionJingleMediaSession.getLocal()
Returns the Media Session local Candidate.JingleMediaSession.getRemote()
Returns the Media Session remote Candidate.Modifier and TypeMethodDescriptionabstract JingleMediaSession
JingleMediaManager.createMediaSession
(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession) Create a Media Session Implementation.ModifierConstructorDescriptionJingleMediaSession
(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
Modifier and TypeMethodDescriptionJmfMediaManager.createMediaSession
(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession) Returns a new jingleMediaSession.ModifierConstructorDescriptionAudioMediaSession
(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
Modifier and TypeMethodDescriptionSpeexMediaManager.createMediaSession
(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession) Returns a new jingleMediaSession.ModifierConstructorDescriptionAudioMediaSession
(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
Modifier 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
Modifier and TypeMethodDescriptionTestMediaManager.createMediaSession
(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession) Returns a new JingleMediaSession.ModifierConstructorDescriptionTestMediaSession
(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
Modifier and TypeClassDescriptionfinal class
ICE Transport candidate.static class
Fixed transport candidate.Modifier and TypeFieldDescriptionprotected final List<TransportCandidate>
TransportResolver.candidates
Modifier 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.Modifier 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.Modifier 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.Modifier 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. -
Uses of TransportCandidate in org.jivesoftware.smackx.jingleold.packet
Modifier and TypeFieldDescriptionprotected TransportCandidate
JingleTransport.JingleTransportCandidate.transportCandidate
Modifier and TypeMethodDescriptionJingleTransport.JingleTransportCandidate.getMediaTransport()
Get the current transportElement candidate.Modifier and TypeMethodDescriptionvoid
JingleTransport.JingleTransportCandidate.setMediaTransport
(TransportCandidate cand) Set the transportElement candidate.ModifierConstructorDescriptionConstructor with a transport candidate.Constructor with a transport candidate.JingleTransportCandidate
(TransportCandidate candidate) Creates a new TransportNegotiator child.