E H M O R

E

EchoClient - Class in org.catnets.p2pagent.apiSamples.Echoes
This class implements a simple requestor that executes a serie of request to a EchoServer and registers the time to completation of each request, computing an average at the end of this serie.
EchoClient() - Constructor for class org.catnets.p2pagent.apiSamples.Echoes.EchoClient
 
EchoClient - Class in org.catnets.p2pagent.apiSamples.gropcastEchoes
This class implements a simple requestor that executes a serie of request to a EchoServer and registers the time to completation of each request, computing an average at the end of this serie.
EchoClient() - Constructor for class org.catnets.p2pagent.apiSamples.gropcastEchoes.EchoClient
 
EchoesClientMainApp - Class in org.catnets.p2pagent.apiSamples.gropcastEchoes
Main application that initiates the EchoServer and EchoServer agents passing the appropiate parameters.
EchoesClientMainApp(String[]) - Constructor for class org.catnets.p2pagent.apiSamples.gropcastEchoes.EchoesClientMainApp
 
EchoesMainApp - Class in org.catnets.p2pagent.apiSamples.Echoes
Main application that initiates the EchoServer and EchoServer agents passing the appropiate parameters.
EchoesMainApp(String[]) - Constructor for class org.catnets.p2pagent.apiSamples.Echoes.EchoesMainApp
 
EchoesServerMainApp - Class in org.catnets.p2pagent.apiSamples.gropcastEchoes
Main application that initiates the EchoServer and EchoServer agents passing the appropiate parameters.
EchoesServerMainApp(String[]) - Constructor for class org.catnets.p2pagent.apiSamples.gropcastEchoes.EchoesServerMainApp
 
EchoServer - Class in org.catnets.p2pagent.apiSamples.Echoes
Receives a message and replies to the originator with the same message, after waiting for a random time, wich simulates the server's response time.
EchoServer() - Constructor for class org.catnets.p2pagent.apiSamples.Echoes.EchoServer
 
EchoServer - Class in org.catnets.p2pagent.apiSamples.gropcastEchoes
Receives a message and replies to the originator with the same message, after waiting for a random time, wich simulates the server's response time.
EchoServer() - Constructor for class org.catnets.p2pagent.apiSamples.gropcastEchoes.EchoServer
 
execute() - Method in class org.catnets.p2pagent.apiSamples.Echoes.EchoClient
Executes the main logic of the Client, initializing variables and starting the requests.
execute() - Method in class org.catnets.p2pagent.apiSamples.Echoes.EchoServer
Executes the sever main logic, that limits to read parameters.
execute() - Method in class org.catnets.p2pagent.apiSamples.gropcastEchoes.EchoClient
Executes the main logic of the Client, initializing variables and starting the requests.
execute() - Method in class org.catnets.p2pagent.apiSamples.gropcastEchoes.EchoServer
Executes the sever main logic, that limits to read parameters.

E H M O R