Uses of Package
unsw.cse.mica.agent.transport

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

Classes in unsw.cse.mica.agent.transport used by unsw.cse.mica.agent.transport
AbstractAgentProtocol
          Provides support for some of the Protocol functionality that is shared between all protocols.
AgentConnection
          An AgentConnection represents the client-side connection to the blackboard.
AgentProtocol
          The AgentProtocol is separate from the AgentTransport to allow arbitrary connections ("transports" in the OSI networking model) to support arbitrary protocols ("sessions" in the OSI networking model)
XMLAgentProtocol
          An implementation of AgentProtocol that uses XML to communicate with the blackboard.
 

Classes in unsw.cse.mica.agent.transport used by unsw.cse.mica.agent.transport.secure
AbstractAgentProtocol
          Provides support for some of the Protocol functionality that is shared between all protocols.
AgentConnection
          An AgentConnection represents the client-side connection to the blackboard.
AgentProtocol
          The AgentProtocol is separate from the AgentTransport to allow arbitrary connections ("transports" in the OSI networking model) to support arbitrary protocols ("sessions" in the OSI networking model)
XMLAgentProtocol
          An implementation of AgentProtocol that uses XML to communicate with the blackboard.