Uses of Interface
org.jivesoftware.openfire.filetransfer.FileTransferProgress
-
Packages that use FileTransferProgress Package Description org.jivesoftware.openfire.filetransfer Implementation of SOCKS5 Bytestreams (XEP-0065).org.jivesoftware.openfire.filetransfer.proxy -
-
Uses of FileTransferProgress in org.jivesoftware.openfire.filetransfer
Methods in org.jivesoftware.openfire.filetransfer that return FileTransferProgress Modifier and Type Method Description FileTransferProgress
FileTransfer. getProgress()
Methods in org.jivesoftware.openfire.filetransfer with parameters of type FileTransferProgress Modifier and Type Method Description void
FileTransfer. setProgress(FileTransferProgress progress)
-
Uses of FileTransferProgress in org.jivesoftware.openfire.filetransfer.proxy
Subinterfaces of FileTransferProgress in org.jivesoftware.openfire.filetransfer.proxy Modifier and Type Interface Description interface
ProxyTransfer
Tracks the different connections related to a proxy file transfer.Classes in org.jivesoftware.openfire.filetransfer.proxy that implement FileTransferProgress Modifier and Type Class Description class
DefaultProxyTransfer
Tracks the different connections related to a file transfer.
-