|
ANTS v2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |