Uses of Package
com.evolution.player.core.network

Packages that use com.evolution.player.core.network
com.evolution.player.core   
com.evolution.player.core.media.loader   
com.evolution.player.core.network   
 

Classes in com.evolution.player.core.network used by com.evolution.player.core
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.
 

Classes in com.evolution.player.core.network used by com.evolution.player.core.media.loader
Download
          Description of a download.
 

Classes in com.evolution.player.core.network used by com.evolution.player.core.network
Download
          Description of a download.
FileTransfer
          A file transfer describes a transfer of a file through a network connection.
IClient
          The client is the node in the network which can be controlled, it is you, the client.
IDownloadManager.TransferStatus
          The states a file transfer can have.
INetwork
          Central hub for all network related information.
INetwork.NetworkListener
          A listener for changes in the network
INetworkNode
          A network node is a node (client) in the network.
IRemoteNetworkNode
          A remote network node is a network node at a remote address.
TransferProgressMonitor
          A progress monitor which is used to measure progress for file transfers.