Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
J
Jingle
- Class in
org.jivesoftware.smackx.packet
An Jingle sub-packet, which is used by XMPP clients to exchange info like descriptions and transports.
Jingle(List<JingleContent>, JingleContentInfo, String)
- Constructor for class org.jivesoftware.smackx.packet.
Jingle
A constructor where the main components can be initialized.
Jingle(JingleContent)
- Constructor for class org.jivesoftware.smackx.packet.
Jingle
Constructor with a contents.
Jingle(JingleContentInfo)
- Constructor for class org.jivesoftware.smackx.packet.
Jingle
Constructor with a content info.
Jingle(JingleActionEnum)
- Constructor for class org.jivesoftware.smackx.packet.
Jingle
A constructor where the action can be specified.
Jingle(String)
- Constructor for class org.jivesoftware.smackx.packet.
Jingle
A constructor where the session ID can be specified.
Jingle()
- Constructor for class org.jivesoftware.smackx.packet.
Jingle
The default constructor
JingleActionEnum
- Enum in
org.jivesoftware.smackx.jingle
The "action" in the jingle packet, as an enum.
JingleContent
- Class in
org.jivesoftware.smackx.packet
Jingle content.
JingleContent(String, String)
- Constructor for class org.jivesoftware.smackx.packet.
JingleContent
Creates a content description..
JingleContentInfo
- Class in
org.jivesoftware.smackx.packet
Jingle content info
JingleContentInfo()
- Constructor for class org.jivesoftware.smackx.packet.
JingleContentInfo
Empty constructor, with no jmf info.
JingleContentInfo(ContentInfo)
- Constructor for class org.jivesoftware.smackx.packet.
JingleContentInfo
Constructor with a jmf info
JingleContentInfo.Audio
- Class in
org.jivesoftware.smackx.packet
Transport part of a Jingle packet.
JingleContentInfo.Audio(ContentInfo)
- Constructor for class org.jivesoftware.smackx.packet.
JingleContentInfo.Audio
JingleContentInfo.Audio.Busy
- Class in
org.jivesoftware.smackx.packet
Busy jmf info.
JingleContentInfo.Audio.Busy()
- Constructor for class org.jivesoftware.smackx.packet.
JingleContentInfo.Audio.Busy
JingleContentInfo.Audio.Hold
- Class in
org.jivesoftware.smackx.packet
Hold jmf info.
JingleContentInfo.Audio.Hold()
- Constructor for class org.jivesoftware.smackx.packet.
JingleContentInfo.Audio.Hold
JingleContentInfo.Audio.Mute
- Class in
org.jivesoftware.smackx.packet
Mute jmf info.
JingleContentInfo.Audio.Mute()
- Constructor for class org.jivesoftware.smackx.packet.
JingleContentInfo.Audio.Mute
JingleContentInfo.Audio.Queued
- Class in
org.jivesoftware.smackx.packet
Queued jmf info.
JingleContentInfo.Audio.Queued()
- Constructor for class org.jivesoftware.smackx.packet.
JingleContentInfo.Audio.Queued
JingleContentInfo.Audio.Ringing
- Class in
org.jivesoftware.smackx.packet
Ringing jmf info.
JingleContentInfo.Audio.Ringing()
- Constructor for class org.jivesoftware.smackx.packet.
JingleContentInfo.Audio.Ringing
JingleContentProvider
- Class in
org.jivesoftware.smackx.provider
Jingle
provider
JingleContentProvider()
- Constructor for class org.jivesoftware.smackx.provider.
JingleContentProvider
Creates a new provider.
JingleDescription
- Class in
org.jivesoftware.smackx.packet
Jingle content description.
JingleDescription()
- Constructor for class org.jivesoftware.smackx.packet.
JingleDescription
Creates a content description..
JingleDescription.Audio
- Class in
org.jivesoftware.smackx.packet
Jingle audio description
JingleDescription.Audio()
- Constructor for class org.jivesoftware.smackx.packet.
JingleDescription.Audio
JingleDescription.Audio(PayloadType)
- Constructor for class org.jivesoftware.smackx.packet.
JingleDescription.Audio
Utility constructor, with a PayloadType
JingleError
- Class in
org.jivesoftware.smackx.packet
JingleError(String)
- Constructor for class org.jivesoftware.smackx.packet.
JingleError
Creates a new error with the specified code and message.
JingleError.Provider
- Class in
org.jivesoftware.smackx.packet
JingleError.Provider()
- Constructor for class org.jivesoftware.smackx.packet.
JingleError.Provider
Empty constructor.
JingleException
- Class in
org.jivesoftware.smackx.jingle
A Jingle exception.
JingleException()
- Constructor for class org.jivesoftware.smackx.jingle.
JingleException
Default constructor.
JingleException(String)
- Constructor for class org.jivesoftware.smackx.jingle.
JingleException
Constructor with an error message.
JingleException(JingleError)
- Constructor for class org.jivesoftware.smackx.jingle.
JingleException
Constructor with an error response.
JingleManager
- Class in
org.jivesoftware.smackx.jingle
Jingle is a session establishment protocol defined in (XEP-0166).
JingleManager(XMPPConnection, List<JingleMediaManager>)
- Constructor for class org.jivesoftware.smackx.jingle.
JingleManager
Default constructor with a defined XMPPConnection, Transport Resolver and a Media Manager If a fully implemented JingleMediaSession is entered, JingleManager manage Jingle signalling and jmf
JingleNegotiator
- Class in
org.jivesoftware.smackx.jingle
Basic Jingle negotiator.
JingleNegotiator()
- Constructor for class org.jivesoftware.smackx.jingle.
JingleNegotiator
Default constructor.
JingleNegotiator(JingleSession)
- Constructor for class org.jivesoftware.smackx.jingle.
JingleNegotiator
Default constructor with a XMPPConnection
JingleNegotiatorState
- Enum in
org.jivesoftware.smackx.jingle
JingleProvider
- Class in
org.jivesoftware.smackx.provider
The JingleProvider parses Jingle packets.
JingleProvider()
- Constructor for class org.jivesoftware.smackx.provider.
JingleProvider
Creates a new provider.
JingleSession
- Class in
org.jivesoftware.smackx.jingle
An abstract Jingle session.
JingleSession(XMPPConnection, String, String, String, List<JingleMediaManager>)
- Constructor for class org.jivesoftware.smackx.jingle.
JingleSession
Full featured JingleSession constructor
JingleSession(XMPPConnection, JingleSessionRequest, String, String, List<JingleMediaManager>)
- Constructor for class org.jivesoftware.smackx.jingle.
JingleSession
JingleSession constructor (for an outgoing Jingle session)
JingleSessionRequest
- Class in
org.jivesoftware.smackx.jingle
A Jingle session request.
JingleSessionRequest(JingleManager, Jingle)
- Constructor for class org.jivesoftware.smackx.jingle.
JingleSessionRequest
A recieve request is constructed from the Jingle Initiation request received from the initator.
JingleSessionState
- Class in
org.jivesoftware.smackx.jingle
Implement the Jingle Session state using the State Behavioral pattern.
JingleSessionState()
- Constructor for class org.jivesoftware.smackx.jingle.
JingleSessionState
JingleSessionStateEnded
- Class in
org.jivesoftware.smackx.jingle
JingleTransport
- Class in
org.jivesoftware.smackx.packet
A jingle transport extension
JingleTransport()
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport
Default constructor.
JingleTransport(JingleTransport.JingleTransportCandidate)
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport
Utility constructor, with a transport candidate element.
JingleTransport(JingleTransport)
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport
Copy constructor.
JingleTransport.Ice
- Class in
org.jivesoftware.smackx.packet
RTP-ICE profile
JingleTransport.Ice()
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport.Ice
JingleTransport.Ice.Candidate
- Class in
org.jivesoftware.smackx.packet
JingleTransport.Ice.Candidate()
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport.Ice.Candidate
Default constructor
JingleTransport.Ice.Candidate(TransportCandidate)
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport.Ice.Candidate
Constructor with a transport candidate.
JingleTransport.JingleTransportCandidate
- Class in
org.jivesoftware.smackx.packet
Candidate element in the transport.
JingleTransport.JingleTransportCandidate()
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport.JingleTransportCandidate
Creates a new TransportNegotiator child.
JingleTransport.JingleTransportCandidate(TransportCandidate)
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport.JingleTransportCandidate
Creates a new TransportNegotiator child.
JingleTransport.RawUdp
- Class in
org.jivesoftware.smackx.packet
Raw UDP profile.
JingleTransport.RawUdp()
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport.RawUdp
JingleTransport.RawUdp.Candidate
- Class in
org.jivesoftware.smackx.packet
Raw-udp transport candidate.
JingleTransport.RawUdp.Candidate()
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport.RawUdp.Candidate
Default constructor
JingleTransport.RawUdp.Candidate(TransportCandidate)
- Constructor for class org.jivesoftware.smackx.packet.
JingleTransport.RawUdp.Candidate
Constructor with a transport candidate.
JMFInit
- Class in
org.jivesoftware.smackx.jingle.mediaimpl
JMFInit(String[], boolean)
- Constructor for class org.jivesoftware.smackx.jingle.mediaimpl.
JMFInit
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W