Uses of Class
org.jivesoftware.smackx.jingleold.JingleSession
-
Packages that use JingleSession 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. -
-
Uses of JingleSession in org.jivesoftware.smackx.jingleold
Fields in org.jivesoftware.smackx.jingleold declared as JingleSession Modifier and Type Field Description protected JingleSessionJingleNegotiator. sessionMethods in org.jivesoftware.smackx.jingleold that return JingleSession Modifier and Type Method Description JingleSessionJingleSessionRequest. accept()Accepts this request and creates the incoming Jingle session.JingleSessionJingleManager. createIncomingJingleSession(JingleSessionRequest request)When the session request is acceptable, this method should be invoked.JingleSessionJingleManager. createOutgoingJingleSession(EntityFullJid responder)Creates an Jingle session to start a communication with another user.static JingleSessionJingleSession. getInstanceFor(XMPPConnection con)Returns the JingleSession related to a particular connection.JingleSessionJingleManager. getSession(java.lang.String jid)Get a session with the informed JID.JingleSessionJingleNegotiator. getSession()Get the XMPP connection associated with this negotiation.Methods in org.jivesoftware.smackx.jingleold with parameters of type JingleSession Modifier and Type Method Description abstract IQJingleSessionState. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)Process an incoming Jingle Packet.IQJingleSessionStateActive. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)IQJingleSessionStateEnded. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)Pretty much nothing is valid for receiving once we've ended the session.IQJingleSessionStatePending. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)IQJingleSessionStateUnknown. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)voidJingleManager. sessionClosed(java.lang.String reason, JingleSession jingleSession)voidJingleManager. sessionClosedOnError(XMPPException e, JingleSession jingleSession)voidJingleManager. sessionDeclined(java.lang.String reason, JingleSession jingleSession)voidJingleManager. sessionEstablished(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession)voidJingleManager. sessionMediaReceived(JingleSession jingleSession, java.lang.String participant)voidJingleManager. sessionRedirected(java.lang.String redirection, JingleSession jingleSession)voidJingleNegotiator. setSession(JingleSession session)Set the XMPP connection associated.voidJingleManager. triggerSessionCreated(JingleSession jingleSession)Trigger CreatedJingleSessionListeners that a session was created.Constructors in org.jivesoftware.smackx.jingleold with parameters of type JingleSession Constructor Description ContentNegotiator(JingleSession session, java.lang.String inCreator, java.lang.String inName)JingleNegotiator(JingleSession session)Default constructor with a Connection. -
Uses of JingleSession in org.jivesoftware.smackx.jingleold.listeners
Methods in org.jivesoftware.smackx.jingleold.listeners with parameters of type JingleSession Modifier and Type Method Description voidJingleSessionListener. sessionClosed(java.lang.String reason, JingleSession jingleSession)Notification that the session was closed normally.voidJingleSessionListener. sessionClosedOnError(XMPPException e, JingleSession jingleSession)Notification that the session was closed due to an exception.voidCreatedJingleSessionListener. sessionCreated(JingleSession jingleSession)voidJingleSessionListener. sessionDeclined(java.lang.String reason, JingleSession jingleSession)Notification that the session was declined.voidJingleSessionListener. sessionEstablished(PayloadType pt, TransportCandidate remoteCandidate, TransportCandidate localCandidate, JingleSession jingleSession)Notification that the session has been established.voidJingleSessionListener. sessionMediaReceived(JingleSession jingleSession, java.lang.String participant)Notification that the Media has arrived for this session.voidJingleSessionListener. sessionRedirected(java.lang.String redirection, JingleSession jingleSession)Notification that the session was redirected. -
Uses of JingleSession in org.jivesoftware.smackx.jingleold.media
Methods in org.jivesoftware.smackx.jingleold.media that return JingleSession Modifier and Type Method Description JingleSessionJingleMediaSession. getJingleSession()Gets associated JingleSession.Methods in org.jivesoftware.smackx.jingleold.media with parameters of type JingleSession 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 JingleSession Constructor Description JingleMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, java.lang.String mediaLocator, JingleSession jingleSession)Creates a new JingleMediaSession Instance to handle Media methods.MediaNegotiator(JingleSession session, JingleMediaManager mediaManager, java.util.List<PayloadType> pts, ContentNegotiator parentNegotiator)Default constructor. -
Uses of JingleSession in org.jivesoftware.smackx.jingleold.mediaimpl.jmf
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.jmf with parameters of type JingleSession 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 JingleSession 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 JingleSession in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex with parameters of type JingleSession 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 JingleSession 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 JingleSession in org.jivesoftware.smackx.jingleold.mediaimpl.multi
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.multi with parameters of type JingleSession Modifier and Type Method Description JingleMediaSessionMultiMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new JingleMediaSession. -
Uses of JingleSession in org.jivesoftware.smackx.jingleold.mediaimpl.sshare
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.sshare with parameters of type JingleSession 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 JingleSession 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 JingleSession in org.jivesoftware.smackx.jingleold.mediaimpl.test
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.test with parameters of type JingleSession 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 JingleSession 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 JingleSession in org.jivesoftware.smackx.jingleold.nat
Methods in org.jivesoftware.smackx.jingleold.nat with parameters of type JingleSession Modifier and Type Method Description voidTransportCandidate. addCandidateEcho(JingleSession session)protected TransportResolverBasicTransportManager. createResolver(JingleSession session)protected TransportResolverBridgedTransportManager. createResolver(JingleSession session)Return the correspondent resolverprotected TransportResolverFixedTransportManager. createResolver(JingleSession session)protected TransportResolverICETransportManager. createResolver(JingleSession session)protected abstract TransportResolverJingleTransportManager. createResolver(JingleSession session)Create a Transport Resolver instance according to the implementation.protected TransportResolverSTUNTransportManager. createResolver(JingleSession session)TransportResolverJingleTransportManager. getResolver(JingleSession session)Get a new Transport Resolver to be used in a Jingle Session.voidBasicResolver. resolve(JingleSession session)Resolve the IP address.voidBridgedResolver. resolve(JingleSession session)Resolve Bridged Candidate.voidFixedResolver. resolve(JingleSession session)Resolve the IP address.voidICEResolver. resolve(JingleSession session)Resolve the IP and obtain a valid transport method.voidSTUNResolver. resolve(JingleSession session)Resolve the IP and obtain a valid transport method.abstract voidTransportResolver. resolve(JingleSession session)Start a the resolution.voidBridgedTransportManager. sessionClosed(java.lang.String reason, JingleSession jingleSession)voidFixedTransportManager. sessionClosed(java.lang.String reason, JingleSession jingleSession)voidICETransportManager. sessionClosed(java.lang.String reason, JingleSession jingleSession)voidBridgedTransportManager. sessionClosedOnError(XMPPException e, JingleSession jingleSession)voidFixedTransportManager. sessionClosedOnError(XMPPException e, JingleSession jingleSession)voidICETransportManager. sessionClosedOnError(XMPPException e, JingleSession jingleSession)voidBridgedTransportManager. sessionCreated(JingleSession jingleSession)voidFixedTransportManager. sessionCreated(JingleSession jingleSession)voidICETransportManager. sessionCreated(JingleSession jingleSession)voidBridgedTransportManager. sessionDeclined(java.lang.String reason, JingleSession jingleSession)voidFixedTransportManager. sessionDeclined(java.lang.String reason, JingleSession jingleSession)voidICETransportManager. sessionDeclined(java.lang.String reason, JingleSession jingleSession)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)voidBridgedTransportManager. sessionMediaReceived(JingleSession jingleSession, java.lang.String participant)voidFixedTransportManager. sessionMediaReceived(JingleSession jingleSession, java.lang.String participant)voidICETransportManager. sessionMediaReceived(JingleSession jingleSession, java.lang.String participant)voidBridgedTransportManager. sessionRedirected(java.lang.String redirection, JingleSession jingleSession)voidFixedTransportManager. sessionRedirected(java.lang.String redirection, JingleSession jingleSession)voidICETransportManager. sessionRedirected(java.lang.String redirection, JingleSession jingleSession)Constructors in org.jivesoftware.smackx.jingleold.nat with parameters of type JingleSession Constructor Description CandidateEcho(TransportCandidate candidate, JingleSession session)Ice(JingleSession js, TransportResolver res, ContentNegotiator parentNegotiator)Default constructor, with a JingleSession and transport manager.RawUdp(JingleSession js, TransportResolver res, ContentNegotiator parentNegotiator)Default constructor, with a JingleSession and transport manager.TransportNegotiator(JingleSession session, TransportResolver transResolver, ContentNegotiator parentNegotiator)Default constructor.
-