|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Network | |
---|---|
peer2me.framework | |
peer2me.network | |
peer2me.network.bluetooth | |
peer2me.session |
Uses of Network in peer2me.framework |
---|
Methods in peer2me.framework with parameters of type Network | |
---|---|
static Framework |
Framework.getInstance(java.lang.String groupName,
java.lang.String serviceName,
Network network,
boolean activatePing,
FrameworkSubscriber frameworkSubscriber)
This method will create a new or get an existing instance of Framework. |
Uses of Network in peer2me.network |
---|
Constructors in peer2me.network with parameters of type Network | |
---|---|
NetworkTimer(Network network,
long rate)
Creating a new timer with a reference to Network . |
Uses of Network in peer2me.network.bluetooth |
---|
Subclasses of Network in peer2me.network.bluetooth | |
---|---|
class |
Bluetooth
This class extends the Network and every Bluetooth network operation is
controlled indirectly from this class. |
Uses of Network in peer2me.session |
---|
Methods in peer2me.session that return Network | |
---|---|
Network |
Session.getNetwork()
Gets a referecnce to Network |
Methods in peer2me.session with parameters of type Network | |
---|---|
static Session |
Session.getInstance(Framework framework,
Group group,
Service service,
Network network,
boolean activatePing)
This should be used only one time, and sets a default Group ,
the Network and the Service . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |