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

N

Node - Class in peerbase
This is the primary class for the PeerBase peer-to-peer development system.
Node(int, PeerInfo) - Constructor for class peerbase.Node
Initialize this node with the given info and the specified limit on the size of the peer list.
Node(int) - Constructor for class peerbase.Node
Initialize this node with no limit on the size of the peer list and set up to listen for incoming connections on the specified port.
NormalSocket - Class in peerbase.socket
Encapsulates the standard Socket object of the Java library to fit the SocketInterface of the PeerBase system.
NormalSocket(String, int) - Constructor for class peerbase.socket.NormalSocket
Creates a stream socket and connects it to the specified port number on the named host.
NormalSocket(Socket) - Constructor for class peerbase.socket.NormalSocket
Encapsulates a normal Java API Socket object.
NormalSocketFactory - Class in peerbase.socket
 
NormalSocketFactory() - Constructor for class peerbase.socket.NormalSocketFactory
 

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