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

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

Classes in unsw.cse.mica.blackboard.transport used by unsw.cse.mica.blackboard.transport
BlackboardAgentConnection
          Represents the server side of a connection to a specific agent.
BlackboardAgentMessageSender
          An interface for objects that can send blackboard messages to a specific agent.
BlackboardConnection
          The server sider of a connection, which, when opened, can spawn agent-specific connections.
BlackboardConnectionHandler
          A blackboard connection handler is the next step up the server side of the OSI networking model from a BlackboardConnection.
BlackboardProtocol
          Represents the server side of a communications protocol with a single agent.
BlackboardProtocolFactory
          A blackboard protocol factory creates objects of a particular protocol.
XMLBlackboardProtocol
          The per-agent component of blackboard side of the XML protocol.
 

Classes in unsw.cse.mica.blackboard.transport used by unsw.cse.mica.blackboard.transport.secure
BlackboardAgentConnection
          Represents the server side of a connection to a specific agent.
BlackboardAgentMessageSender
          An interface for objects that can send blackboard messages to a specific agent.
BlackboardConnection
          The server sider of a connection, which, when opened, can spawn agent-specific connections.
BlackboardConnectionHandler
          A blackboard connection handler is the next step up the server side of the OSI networking model from a BlackboardConnection.
BlackboardProtocol
          Represents the server side of a communications protocol with a single agent.
BlackboardProtocolFactory
          A blackboard protocol factory creates objects of a particular protocol.
BlackboardXMLHandler
          A helper method for XMLBlackboardProtocol that parses the incoming XML.
XMLBlackboardProtocol
          The per-agent component of blackboard side of the XML protocol.