Package org.jivesoftware.openfire.filetransfer
Implementation of SOCKS5 Bytestreams (XEP-0065).
-
Interface Summary Interface Description FileTransferEventListener An event listener for File Transfer related events.FileTransferManager Manages all file transfer currently happening originating from and/or ending at users of the server.FileTransferProgress An interface to track the progress of a file transfer through the server. -
Class Summary Class Description DefaultFileTransferManager Provides several utility methods for file transfer manager implementations to utilize.FileTransfer Contains all of the meta information associated with a file transfer. -
Exception Summary Exception Description FileTransferRejectedException Thrown by aFileTransferEventListener
when a file transfer is rejected by the Interceptor.