Package | Description |
---|---|
org.jivesoftware.smackx.bytestreams.socks5.packet |
Stanzas and extension elements for XEP-0065: SOCKS5 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 | Method and Description |
---|---|
static Bytestream.Mode |
Bytestream.Mode.fromName(String name) |
Bytestream.Mode |
Bytestream.getMode()
Returns the transport mode.
|
static Bytestream.Mode |
Bytestream.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bytestream.Mode[] |
Bytestream.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Bytestream.setMode(Bytestream.Mode mode)
Set the transport mode.
|
Modifier and Type | Method and Description |
---|---|
JingleS5BTransport |
JingleS5BTransportSession.createTransport(String sid,
Bytestream.Mode mode) |
Modifier and Type | Method and Description |
---|---|
Bytestream.Mode |
JingleS5BTransport.getMode() |
Modifier and Type | Method and Description |
---|---|
JingleS5BTransport.Builder |
JingleS5BTransport.Builder.setMode(Bytestream.Mode mode) |
Constructor and Description |
---|
JingleS5BTransport(List<JingleContentTransportCandidate> candidates,
JingleContentTransportInfo info,
String streamId,
String dstAddr,
Bytestream.Mode mode) |