Package | Description |
---|---|
org.jivesoftware.smackx.jingle |
Smack's API 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_s5b |
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
|
Modifier and Type | Field and Description |
---|---|
protected JingleTransportSession<?> |
JingleSession.transportSession |
Modifier and Type | Method and Description |
---|---|
JingleTransportSession<?> |
JingleSession.getTransportSession() |
Modifier and Type | Method and Description |
---|---|
protected void |
JingleSession.setTransportSession(JingleTransportSession<?> transportSession) |
Modifier and Type | Method and Description |
---|---|
abstract JingleTransportSession<D> |
JingleTransportManager.transportSession(JingleSession jingleSession) |
Modifier and Type | Class and Description |
---|---|
class |
JingleIBBTransportSession |
Modifier and Type | Method and Description |
---|---|
JingleTransportSession<JingleIBBTransport> |
JingleIBBTransportManager.transportSession(JingleSession jingleSession) |
Modifier and Type | Class and Description |
---|---|
class |
JingleS5BTransportSession
Handler that handles Jingle Socks5Bytestream transports (XEP-0260).
|
Modifier and Type | Method and Description |
---|---|
JingleTransportSession<JingleS5BTransport> |
JingleS5BTransportManager.transportSession(JingleSession jingleSession) |