A B C D E F G H I L M N O P R S T U W

N

Network - Class in peer2me.network
This is an abstract class representing the network used for communication.
Network() - Constructor for class peer2me.network.Network
Default empty constructor
NetworkNode - Class in peer2me.network
The is an abstract class used to represent a node with network specific information.
NetworkNode() - Constructor for class peer2me.network.NetworkNode
 
NetworkTimer - Class in peer2me.network
This class is a timer ticking at the given rate, starting after a given delay.
NetworkTimer(Network, long) - Constructor for class peer2me.network.NetworkTimer
Creating a new timer with a reference to Network.
Node - Class in peer2me.node
A simple class for storing information about a node, based on a NetworkNode.
Node(NetworkNode) - Constructor for class peer2me.node.Node
Intanciates a new Node based on a NetworkNode
nodeDiscovered(Node) - Method in interface peer2me.framework.FrameworkSubscriber
This method is called whenever a new Node is discovered
nodeFound(Node) - Method in class peer2me.framework.Framework
This method is called whenever a new Node is discovered.
nodeFound(NetworkNode) - Method in class peer2me.network.bluetooth.Bluetooth
When the BluetoothSearcher has found other nodes, it invokes this method.
nodeFound(NetworkNode) - Method in class peer2me.network.Network
This method should be called whenever a new node is found.
nodeFound(NetworkNode) - Method in class peer2me.session.Session
This method is called whenever a new device running Peer2Me is found.
nodeLost(Node) - Method in class peer2me.framework.Framework
This method is called whenever a new Node is lost or abscent.
nodeLost(Node) - Method in interface peer2me.framework.FrameworkSubscriber
This is called whenever a Node is lost or abscent
nodeLost(Node) - Method in class peer2me.network.bluetooth.Bluetooth
If a node leaves the network or does not respond to pings, this method is invoked.
nodeLost(Node) - Method in class peer2me.network.Network
This method should be called whenever a node is lost or abscent.
nodeLost(Node) - Method in class peer2me.session.Session
This mehtod is called whenever a Node is lost or abscent.
NodeNotFoundException - Exception in peer2me.exception
This class represents an exception thrown when a node cannot be found in a group.
NodeNotFoundException() - Constructor for exception peer2me.exception.NodeNotFoundException
Default constructor
NodeNotFoundException(String) - Constructor for exception peer2me.exception.NodeNotFoundException
Default constructor
numberOfChunksNeeded() - Method in class peer2me.message.Message
Calculates the number of chunks that this message must be split into in order to send it over the network
numberOfChunksNeeded() - Method in class peer2me.message.SendFileObject
Calculates and returns how many chunks the file must be read in.

A B C D E F G H I L M N O P R S T U W