Package com.evolution.player.core.network

Interface Summary
IClient The client is the node in the network which can be controlled, it is you, the client.
IDownloadManager A download manager manages all downloads.
INetwork Central hub for all network related information.
INetworkNode A network node is a node (client) in the network.
IRemoteNetworkNode A remote network node is a network node at a remote address.
 

Class Summary
Download Description of a download.
FileTransfer A file transfer describes a transfer of a file through a network connection.
INetwork.NetworkListener A listener for changes in the network
TransferProgressMonitor A progress monitor which is used to measure progress for file transfers.
URLDownload An URL download can download a file referenced by an URL.
 

Enum Summary
IDownloadManager.TransferStatus The states a file transfer can have.