Class |
Description |
AbnormalTerminationManager
|
Agent to handle abnormal termination of agents and perform appropriate action.
|
AbnormalTerminationNtf
|
Notification message sent when an agent crashes unexpectedly. |
Address
|
Defined constants for addressing. |
AgentLifecycleNtf
|
Agent lifecycle notification is a base class for all events
related to agent birth, death and service registration. |
AgentStartNtf
|
Notification message sent when an agent is born. |
AgentTerminationNtf
|
Notification message sent when an agent is born. |
CapabilityListRsp
|
Response message for CapabilityReq message providing list of
Capability of an agent. |
CapabilityReq
|
Request message to query what agent is capable of. |
ClearReq
|
Request to clear agent queues/buffers. |
DatagramCancelReq
|
Request to cancel ongoing datagram transfer. |
DatagramDeliveryNtf
|
Datagram delivery notifications are sent by an agent supporting reliable datagram delivery
when a datagram is successfully delivered. |
DatagramFailureNtf
|
Datagram failure notifications are sent by an agent supporting reliable datagram delivery
when a datagram delivery is unsuccessful. |
DatagramNtf
|
Notification of received datagram message created by DatagramReq. |
DatagramProgressNtf
|
Notification of datagram transfer progress. |
DatagramReq
|
Datagram request message to send across data to a destination. |
FSMBuilder
|
Finite state machine (FSM) builder. |
GroovyExtensions
|
Syntax extensions for Groovy agents. |
InputPDU
|
A utility class to help decode PDUs. |
JsonTypeAdapter
|
Type adapter used for custom serialization of UnetStack enums. |
NamedParameter
|
Class to define named parameters. |
NodeAddressCache
|
Utility class to cache node address and address size. |
OutputPDU
|
A utility class to help compose PDUs. |
PDU
|
Base class for easy encoding and decoding of PDUs. |
ParamChangeNtf
|
Notification message of changed parameters by any agent. |
ParameterReq
|
Request one or more parameters of an agent. |
ParameterReq.Entry
|
Representation for parameter and value. |
ParameterRsp
|
Response message for ParameterReq. |
Protocol
|
Well-known protocol number assignments. |
RefuseRsp
|
Response message indicating a refusal to perform request. |
TestAgent
|
Base agent for developing functional tests. |
TestReportNtf
|
Test report notification. |
UnetAgent
|
Underwater networking stack framework API agent.
|
UnetShellExt
|
Unet basic commands/documentation. |
Utils
|
Utility class. |