Uses of Package
peerbase

Packages that use peerbase
peerbase   
peerbase.sample   
peerbase.util   
 

Classes in peerbase used by peerbase
HandlerInterface
          The interface for handling a new, incoming connection from a peer.
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.
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.
 

Classes in peerbase used by peerbase.sample
Node
          This is the primary class for the PeerBase peer-to-peer development system.
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.
 

Classes in peerbase used by peerbase.util
Node
          This is the primary class for the PeerBase peer-to-peer development system.
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.
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.