|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AgentConnection | |
|---|---|
| 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 AgentConnection in unsw.cse.mica.agent.transport |
|---|
| Classes in unsw.cse.mica.agent.transport that implement AgentConnection | |
|---|---|
class |
TCPAgentConnection
An implementation of the AgentConnection interface using TCP sockets. |
| Methods in unsw.cse.mica.agent.transport with parameters of type AgentConnection | |
|---|---|
void |
AbstractAgentProtocol.setConnection(AgentConnection connection)
|
void |
AgentProtocol.setConnection(AgentConnection connection)
Tell the protocol which underlying connection to use |
| Constructors in unsw.cse.mica.agent.transport with parameters of type AgentConnection | |
|---|---|
CompoundAgentTransport(Agent agent,
AgentConnection connection,
AgentProtocol protocol)
|
|
| Uses of AgentConnection in unsw.cse.mica.agent.transport.secure |
|---|
| Classes in unsw.cse.mica.agent.transport.secure that implement AgentConnection | |
|---|---|
class |
SSLAgentConnection
An implementation of the AgentConnection interface using SSL sockets. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||