| 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 JingleContentTransportInfo |
JingleContentTransport.info |
| Modifier and Type | Method and Description |
|---|---|
JingleContentTransportInfo |
JingleContentTransport.getInfo() |
JingleContentTransportInfo |
UnknownJingleContentTransport.getInfo() |
| Constructor and Description |
|---|
JingleContentTransport(List<JingleContentTransportCandidate> candidates,
JingleContentTransportInfo info) |
| Modifier and Type | Class and Description |
|---|---|
class |
JingleS5BTransportInfo
Class representing possible SOCKS5 TransportInfo elements.
|
static class |
JingleS5BTransportInfo.CandidateActivated |
static class |
JingleS5BTransportInfo.CandidateError |
static class |
JingleS5BTransportInfo.CandidateUsed |
static class |
JingleS5BTransportInfo.JingleS5BCandidateTransportInfo |
static class |
JingleS5BTransportInfo.ProxyError |
| Modifier and Type | Method and Description |
|---|---|
JingleS5BTransport.Builder |
JingleS5BTransport.Builder.setTransportInfo(JingleContentTransportInfo info) |
| Constructor and Description |
|---|
JingleS5BTransport(List<JingleContentTransportCandidate> candidates,
JingleContentTransportInfo info,
String streamId,
String dstAddr,
Bytestream.Mode mode) |