Package planet.commonapi

Interface Summary
Application Interface which an application must implement in order to run on top of the EndPoint interface.
EndPoint Interface which represents a node in a peer-to-peer system, regardless of the underlying protocol.
Message This interface is an abstraction of a message which is sent through the common API-based system.
Network This interface abstacts any ring or network of Nodes.
Node Interface which represents a node in a peer-to-peer system, regardless of the underlying protocol.
RouteMessage This interface is a container which represents a message, as it is about to be forwarded to another node.
 

Class Summary
Id This interface is an abstraction of an Id (or key) from the CommonAPI paper.
NodeHandle This interface is an abstraction of a node handle from the CommonAPI paper.