Package org.openarchitectureware.debug.communication

Socket communication implementation for the debugger

See:
          Description

Class Summary
Connection This class implements a socket connection model.
PacketReceiver This Runnable listens for incoming packets asynchroniously and keeps them, until they are required by customers.
PacketSender This Runnable sends packets out asynchroniously as they arrive from customers.
 

Package org.openarchitectureware.debug.communication Description

Socket communication implementation for the debugger