Package com.tenduke.networking.peergroup

Abstract base model for implementing peer-to-peer networking.

See:
          Description

Interface Summary
GroupRequestPeerGroupWrapper  
PeerGroupEventListener Interface for receiving peer group events.
PeerGroupFactory Factory interface for creating peer groups.
PeerGroupWrapper Interface for peer group implementations.
 

Class Summary
GlobalPeerGroupFactory Peer group factory that instantiates GroupRequestPeerGroupWrapper by configured class path name (parameter: "networking.globalpeergroup.classname").
LocalPeerGroupFactory Peer group factory that instantiates GroupRequestPeerGroupWrapper by configured class path name (parameter: "networking.localpeergroup.classname").
Peer Class representing a generic peer implemented by any p2p implementation.
PeerGroupFactoryBase Base class for factories that create instances of GroupRequestPeerGroupWrapper based peer group classes.
Peers Implementation of group of peers by static configuration or by runtime programmatic configuration.
 

Enum Summary
PeerGroupEvent Event types notified via PeerGroupEventListener interface.
 

Package com.tenduke.networking.peergroup Description

Abstract base model for implementing peer-to-peer networking.