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. |