Package org.kaariboga.io

Handling of input and output operations.

See:
          Description

Interface Summary
KbMessageHandler Every class in the Kaariboga environment, that is capable of receiving messages, should implement this interface.
 

Class Summary
DeliveryService The DeliveryService receives messages and dispatches them to other bases.
ListenThread Listens on the specified port and spawns new threads to receive incoming messages.
ReceiveMessageThread Receives a message through a socket connection.
SendMessageThread Sends a KaaribogaMessage to another base.
 

Package org.kaariboga.io Description

Handling of input and output operations.