Package ch.epfl.lsr.apex.connection

Class Summary
APEXConnection An APEXConnection is a connection thread that takes messages to send on this connection in a linked list (file) and sends them on after another to the destination.
APEXConnectionListener The APEXConnectionListener is a connection listener thread for a relay, either apex-edge or apex-mesh connection.
APEXConnectionThread An APEXConnectionThread is a connection thread either initiates a new connection or works on a extisting one.
APEXEdgeConnection An APEXEdgeConnection handles the connection between two nodes on the APEX edge (endpoint-relay and vice versa) and adds manager specific policies for the connection.
APEXMeshConnection An APEXMeshConnection handles the connection between two nodes in the APEX Mesh (relay-relay) and adds manager specific (actually only relay) policies for the connection.
APEXReplyListener Since the BEEP reply offers no explicit listener, a this APEXReplyListener takes on this role: if the standalone thread receives a reply, it calls the handleReply method of the correspondant connection.