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 FileTransferProgressFileTransfer. getProgress()Methods in org.jivesoftware.openfire.filetransfer with parameters of type FileTransferProgress Modifier and Type Method Description voidFileTransfer. 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 interfaceProxyTransferTracks the different connections related to a proxy file transfer.Classes in org.jivesoftware.openfire.filetransfer.proxy that implement FileTransferProgress Modifier and Type Class Description classDefaultProxyTransferTracks the different connections related to a file transfer.
-