Package | Description |
---|---|
org.jivesoftware.smackx.bytestreams.socks5 |
Smack's API for XEP-0065: SOCKS5 Bytestreams.
|
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 | Field and Description |
---|---|
protected Bytestream.StreamHost |
Socks5Client.streamHost |
Modifier and Type | Method and Description |
---|---|
List<Bytestream.StreamHost> |
Socks5BytestreamManager.getLocalStreamHost()
Returns the stream host information of the local SOCKS5 proxy containing the IP address and
the port or null if local SOCKS5 proxy is not running.
|
Constructor and Description |
---|
Socks5Client(Bytestream.StreamHost streamHost,
String digest)
Constructor for a SOCKS5 client.
|
Socks5ClientForInitiator(Bytestream.StreamHost streamHost,
String digest,
XMPPConnection connection,
String sessionID,
Jid target)
Creates a new SOCKS5 client for the initiators side.
|
Modifier and Type | Method and Description |
---|---|
Bytestream.StreamHost |
Bytestream.addStreamHost(Jid JID,
String address)
Adds a potential stream host that the remote user can connect to to receive the file.
|
Bytestream.StreamHost |
Bytestream.addStreamHost(Jid JID,
String address,
int port)
Adds a potential stream host that the remote user can connect to to receive the file.
|
Bytestream.StreamHost |
Bytestream.getStreamHost(Jid JID)
Returns the stream host related to the given JID, or null if there is none.
|
Modifier and Type | Method and Description |
---|---|
List<Bytestream.StreamHost> |
Bytestream.getStreamHosts()
Returns the list of stream hosts contained in the packet.
|
Modifier and Type | Method and Description |
---|---|
void |
Bytestream.addStreamHost(Bytestream.StreamHost host)
Adds a potential stream host that the remote user can transfer the file through.
|
Modifier and Type | Method and Description |
---|---|
List<Bytestream.StreamHost> |
JingleS5BTransportManager.determineStreamHostInfo(List<Jid> proxies) |
List<Bytestream.StreamHost> |
JingleS5BTransportManager.getAvailableStreamHosts() |
List<Bytestream.StreamHost> |
JingleS5BTransportManager.getLocalStreamHosts() |
Modifier and Type | Method and Description |
---|---|
Bytestream.StreamHost |
JingleS5BTransportCandidate.getStreamHost() |
Constructor and Description |
---|
JingleS5BTransportCandidate(Bytestream.StreamHost streamHost,
int priority,
JingleS5BTransportCandidate.Type type) |