Uses of Class
peer2me.domain.DataPackage

Packages that use DataPackage
peer2me.domain   
peer2me.network   
peer2me.network.bluetooth   
 

Uses of DataPackage in peer2me.domain
 

Subclasses of DataPackage in peer2me.domain
 class FilePackage
          This class represents a data package containing metadata about a file of some sort that should be sent over the network.
 class GroupSyncPackage
          A GroupSyncPackage is a package used internally in the framework to synchronize the groups containing the participants.
 class TextPackage
          This class represents a data package containing text that should be sent over the network.
 

Uses of DataPackage in peer2me.network
 

Methods in peer2me.network with parameters of type DataPackage
 void NodeConnection.sendDataPackage(DataPackage dataPackage)
          This method is called by the sendMessage() method in the Network class when a data package is sent to the Node associated with this NodeConnection.
abstract  void Network.sendDataPackage(DataPackage dataPackage, java.lang.String[] recipients)
          This method is used by the FrameworkFrontEnd to send a data package of any sort to a remote node.
 

Uses of DataPackage in peer2me.network.bluetooth
 

Methods in peer2me.network.bluetooth with parameters of type DataPackage
 void BluetoothNetwork.sendDataPackage(DataPackage dataPackage, java.lang.String[] recipients)
          This method is used by the FrameworkFrontEnd to send a data package of any sort to a remote node.