Package org.walluck.oscar.handlers.filetransfer

Contains the handler for filetransfer.

See:
          Description

Interface Summary
FileTransferListener Describe interface FileTransferListener here.
 

Class Summary
FileHeader The gigantic file header.
FileTransfer File transfer code.
FileTransferHandler File transfer tool (actually, this doesn't extend Tool, and probably should, but it was easier to extend Thread, and we can't have both).
FT This is supposed to end up being a higher level implementation of the functionality in the ICBMHandler and FileTransfer classes, meaning, this should be the API that the client calls.
FTTLV File transfer TLV.
GetFileEntry Represents an entry in the GetFile protocol.
GetFileList Represents a GetFile listing.
 

Package org.walluck.oscar.handlers.filetransfer Description

Contains the handler for filetransfer. This package currently only supports SendFile connections (single-file send/receive with no resume).