Package | Description |
---|---|
org.jivesoftware.smackx.jingle |
Smack's API for XEP-0166: Jingle.
|
org.jivesoftware.smackx.jingle.element |
Stanzas and Extension Elements for XEP-0166: Jingle.
|
org.jivesoftware.smackx.jingle.provider |
Providers and parsers for XEP-0166: Jingle.
|
org.jivesoftware.smackx.jingle.transports |
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
|
org.jivesoftware.smackx.jingle.transports.jingle_ibb |
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
|
org.jivesoftware.smackx.jingle.transports.jingle_ibb.element |
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
|
org.jivesoftware.smackx.jingle.transports.jingle_s5b |
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
|
org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements |
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownJingleContentTransport |
Modifier and Type | Method and Description |
---|---|
JingleContentTransport |
JingleContent.getJingleTransport()
Deprecated.
use
JingleContent.getTransport() instead. |
JingleContentTransport |
JingleContent.getTransport()
Returns an Iterator for the JingleTransports in the packet.
|
Modifier and Type | Method and Description |
---|---|
JingleContent.Builder |
JingleContent.Builder.setTransport(JingleContentTransport transport) |
Modifier and Type | Class and Description |
---|---|
class |
JingleContentTransportProvider<T extends JingleContentTransport> |
Modifier and Type | Class and Description |
---|---|
class |
JingleTransportManager<D extends JingleContentTransport>
Manager for a JingleTransport method.
|
class |
JingleTransportSession<T extends JingleContentTransport> |
Modifier and Type | Field and Description |
---|---|
protected T |
JingleTransportSession.ourProposal |
protected T |
JingleTransportSession.theirProposal |
Modifier and Type | Method and Description |
---|---|
abstract void |
JingleTransportSession.setTheirProposal(JingleContentTransport transport) |
Modifier and Type | Method and Description |
---|---|
void |
JingleIBBTransportSession.setTheirProposal(JingleContentTransport transport) |
Modifier and Type | Class and Description |
---|---|
class |
JingleIBBTransport
Transport Element for JingleInBandBytestream transports.
|
Modifier and Type | Method and Description |
---|---|
void |
JingleS5BTransportSession.setTheirProposal(JingleContentTransport transport) |
void |
JingleS5BTransportSession.setTheirTransport(JingleContentTransport transport) |
Modifier and Type | Class and Description |
---|---|
class |
JingleS5BTransport
Socks5Bytestream transport element.
|