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 |
InfiniteReadWriteByteBuffer
A simple "infinite" byte buffer designed to be for a writer to write byte[]s to and
a read to read what the writer has written.
|
class |
TCPChannel
This class is the TCP/IP specialization of the
Channel class. |
Modifier and Type | Method and Description |
---|---|
private void |
SocketServerTCPIP.recover(InfiniteReadWriteByteBufferInterface buffer)
Attempt to recover from corrupt data by scanning for a legal header in the
byte buffer.
|