Uses of Interface
unsw.cse.mica.agent.transport.AgentProtocol

Packages that use AgentProtocol
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 AgentProtocol in unsw.cse.mica.agent.transport
 

Classes in unsw.cse.mica.agent.transport that implement AgentProtocol
 class AbstractAgentProtocol
          Provides support for some of the Protocol functionality that is shared between all protocols.
 class XMLAgentProtocol
          An implementation of AgentProtocol that uses XML to communicate with the blackboard.
 

Constructors in unsw.cse.mica.agent.transport with parameters of type AgentProtocol
CompoundAgentTransport(Agent agent, AgentConnection connection, AgentProtocol protocol)
           
 

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

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