|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bytestream.StreamHost | |
|---|---|
| org.jivesoftware.smackx.filetransfer | |
| org.jivesoftware.smackx.packet | XML packets that are part of the XMPP extension protocols. |
| Uses of Bytestream.StreamHost in org.jivesoftware.smackx.filetransfer |
|---|
| Methods in org.jivesoftware.smackx.filetransfer that return types with arguments of type Bytestream.StreamHost | |
|---|---|
Collection<Bytestream.StreamHost> |
Socks5TransferNegotiatorManager.getStreamHosts()
|
| Uses of Bytestream.StreamHost in org.jivesoftware.smackx.packet |
|---|
| Methods in org.jivesoftware.smackx.packet that return Bytestream.StreamHost | |
|---|---|
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 jabber ID, or null if there is none. |
| Methods in org.jivesoftware.smackx.packet that return types with arguments of type Bytestream.StreamHost | |
|---|---|
Collection<Bytestream.StreamHost> |
Bytestream.getStreamHosts()
Returns the list of stream hosts contained in the packet. |
| Methods in org.jivesoftware.smackx.packet with parameters of type Bytestream.StreamHost | |
|---|---|
void |
Bytestream.addStreamHost(Bytestream.StreamHost host)
Adds a potential stream host that the remote user can transfer the file through. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||