Uses of Class
unsw.cse.mica.agent.transport.AbstractAgentProtocol

Packages that use AbstractAgentProtocol
unsw.cse.mica.agent.transport Provides implementations of the AgentTransport interface using a combination of low-level connections and higher-level protocols. 
unsw.cse.mica.agent.transport.secure Provides implementations of connections and protocols for the AgentTransport interface for establishing secure communications with the blackboard. 
 

Uses of AbstractAgentProtocol in unsw.cse.mica.agent.transport
 

Subclasses of AbstractAgentProtocol in unsw.cse.mica.agent.transport
 class XMLAgentProtocol
          An implementation of AgentProtocol that uses XML to communicate with the blackboard.
 

Uses of AbstractAgentProtocol in unsw.cse.mica.agent.transport.secure
 

Subclasses of AbstractAgentProtocol in unsw.cse.mica.agent.transport.secure
 class SecureXMLAgentProtocol
          An extension of XMLAgentProtocol that includes sending a password when connecting to the blackboard.