Uses of Class
peer2me.network.Network

Packages that use Network
peer2me.network   
peer2me.network.bluetooth   
 

Uses of Network in peer2me.network
 

Methods in peer2me.network that return Network
static Network Network.getInstance(java.lang.String preferredNetwork)
          This method returns an instance of the preferred network.
static Network Network.getInstance()
          This method returns a reference to the instance of the preferred network.
 

Uses of Network in peer2me.network.bluetooth
 

Subclasses of Network in peer2me.network.bluetooth
 class BluetoothNetwork
          This class is a bluetooth specific sub class of the Network class and implements all the abstract methods of it's parent class in a bluetooth context.