Bees v0.5.0 API

Uses of Class
bees.core.ExtendedProtocolSession

Packages that use ExtendedProtocolSession
apps.discovery Protocol and test application for discovering neighbors on the same LAN. 
apps.health A demo application that tries to implement Healthd-like functionality. 
apps.liveness Protocol and test application for testing the responsiveness of neighbors. 
apps.pathfinder A simple routing protocol that builds a tree of nodes for forwarding client packets to a server and multicasting server packets to the clients. 
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
 

Uses of ExtendedProtocolSession in apps.discovery
 

Subclasses of ExtendedProtocolSession in apps.discovery
 class DiscoveryProtocolSession
          A DiscoveryProtocolSession tracks information used by the protocol and manages communication with the applications.
 

Uses of ExtendedProtocolSession in apps.health
 

Subclasses of ExtendedProtocolSession in apps.health
 class HealthSession
          A HealthSession manages the HealthProtocol specific properties in a flow.
 

Uses of ExtendedProtocolSession in apps.liveness
 

Subclasses of ExtendedProtocolSession in apps.liveness
 class LivenessSession
          The LivenessSession tracks information for the liveness protocol and manages communication with any interested applications.
 

Uses of ExtendedProtocolSession in apps.pathfinder
 

Subclasses of ExtendedProtocolSession in apps.pathfinder
 class PathfinderSession
          PathfinderSession tracks any state global to the pathfinder protocol.
 

Uses of ExtendedProtocolSession in bees.core
 

Subclasses of ExtendedProtocolSession in bees.core
 class DLProtocolSession
          A DLProtocolSession manages application requests for downloading protocol code from a peer node.
 class IDTranslatorSession
          An IDTranslatorSession manages any IDTranslationProtocol state and interacts with an external interests.
 


Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/