Package peerbase

Interface Summary
HandlerInterface The interface for handling a new, incoming connection from a peer.
RouterInterface Interface for objects that determine the next hop for a message to be routed to in the peer-to-peer network.
StabilizerInterface Interface for objects that may be used to 'stabilize' the state of a peer-to-peer network, or that, in general, may be periodically invoked by a protocol.
 

Class Summary
LoggerUtil Stores (static) logging-related functions for the PeerBase system.
Node This is the primary class for the PeerBase peer-to-peer development system.
PeerConnection Encapsulates a socket connection to a peer, providing simple, reliable send and receive functionality.
PeerInfo Maintains information related to the location of a peer node in the system, along with the peer's (unique) identifier in the peer-to- peer network.
PeerMessage Represents a message, composed of type and data fields, in the PeerBase system.