Package | Description |
---|---|
org.jivesoftware.smackx.jingle.element |
Stanzas and Extension Elements for XEP-0166: Jingle.
|
org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements |
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
|
Modifier and Type | Field and Description |
---|---|
protected List<JingleContentTransportCandidate> |
JingleContentTransport.candidates |
Modifier and Type | Method and Description |
---|---|
List<JingleContentTransportCandidate> |
JingleContentTransport.getCandidates() |
List<JingleContentTransportCandidate> |
UnknownJingleContentTransport.getCandidates() |
Constructor and Description |
---|
JingleContentTransport(List<JingleContentTransportCandidate> candidates) |
JingleContentTransport(List<JingleContentTransportCandidate> candidates,
JingleContentTransportInfo info) |
Modifier and Type | Class and Description |
---|---|
class |
JingleS5BTransportCandidate
TransportCandidate for Jingle Socks5Bytestream transports.
|
Constructor and Description |
---|
JingleS5BTransport(List<JingleContentTransportCandidate> candidates,
JingleContentTransportInfo info,
String streamId,
String dstAddr,
Bytestream.Mode mode) |