Package | Description |
---|---|
org.jivesoftware.smackx.bytestreams.socks5.packet |
Modifier and Type | Method and Description |
---|---|
Bytestream.StreamHost |
Bytestream.addStreamHost(String JID,
String address)
Adds a potential stream host that the remote user can connect to to receive the file.
|
Bytestream.StreamHost |
Bytestream.addStreamHost(String 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(String 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.
|