Package | Description |
---|---|
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 JingleSession |
JingleTransportSession.jingleSession |
Modifier and Type | Method and Description |
---|---|
abstract JingleTransportSession<D> |
JingleTransportManager.transportSession(JingleSession jingleSession) |
Constructor and Description |
---|
JingleTransportSession(JingleSession session) |
Modifier and Type | Method and Description |
---|---|
JingleTransportSession<JingleIBBTransport> |
JingleIBBTransportManager.transportSession(JingleSession jingleSession) |
Constructor and Description |
---|
JingleIBBTransportSession(JingleSession session) |
Modifier and Type | Method and Description |
---|---|
JingleTransportSession<JingleS5BTransport> |
JingleS5BTransportManager.transportSession(JingleSession jingleSession) |
Constructor and Description |
---|
JingleS5BTransportSession(JingleSession jingleSession) |