ANTS v2.0 API

Uses of Class
ants.core.Protocol

Packages that use Protocol
ants.core   
ants.dante   
ants.route   
apps.mobile   
apps.multicast   
apps.ping   
apps.pong   
apps.stats   
 

Uses of Protocol in ants.core
 

Subclasses of Protocol in ants.core
(package private)  class ants.core.BuiltinProtocol
          Base class for all builtin protocols.
 class DataProtocol
          Data protocol definition, a builtin protocol.
 

Methods in ants.core with parameters of type Protocol
 void Node.register(Protocol p)
          Just calls register(Protocol,Principal) with a default Principal (SecuirtyDefaults.REMOTE_USERS).
 void Node.register(Protocol protocol, Principal principal)
          Called by applications that want to instantiate a locally originiating protocol.
 

Uses of Protocol in ants.dante
 

Subclasses of Protocol in ants.dante
 class DanteProtocol
          DANTE protocol
 

Uses of Protocol in ants.route
 

Subclasses of Protocol in ants.route
 class DynamicRouteProtocol
          Route maintenance protocol definition.
 

Uses of Protocol in apps.mobile
 

Subclasses of Protocol in apps.mobile
 class MobileProtocol
          Mobile protocol definition - The protocol involves two types of capsules, one for carrying actual data, and one for updating forwarding information on routers.
 

Uses of Protocol in apps.multicast
 

Subclasses of Protocol in apps.multicast
 class MulticastProtocol
          Multicast protocol definition
 

Uses of Protocol in apps.ping
 

Subclasses of Protocol in apps.ping
 class PingProtocol
          Ping protocol definition
 

Uses of Protocol in apps.pong
 

Subclasses of Protocol in apps.pong
 class PongProtocol
          Pong protocol definition
 

Uses of Protocol in apps.stats
 

Subclasses of Protocol in apps.stats
 class StatsProtocol
          Stats protocol definition
 


ANTS v2.0 API

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