Package | Description |
---|---|
casa.agentCom |
The package (agentCom = "Agent
Communications") handles connections between agents. The class Channel
is an abstraction of a communication channel.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectChannel
A "Channel" that writes directly to the "remote" agent's event queue.
|
class |
TCPChannel
This class is the TCP/IP specialization of the
Channel class. |
Modifier and Type | Field and Description |
---|---|
private Channel |
URLDescriptor.channel |
Modifier and Type | Method and Description |
---|---|
(package private) Channel |
URLDescriptor.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
URLDescriptor.setChannel(Channel channel) |