Package WebServex

Class Summary
Client4Servlet This servlet becomes client to other servlet by using HTTPClient.
ClientHandler This is Server's Request Handler and Dumper
ClientTester  
HTTPClient HTTPClient extends Thread and connects to HTTP server sends the message and collects the returned message and adds it to Stats' collection of TransactionReports
HTTPClientEmulator This application is a Browser emulator capable of generating 1000's of clients that query a web server it is also capable of sending XML messages to Web Services.
MessageBox  
RequestDumperServer This is a Echo Web Server that dumps the browser or client Request Both back to client(browser) and Server Console as well
ResponseDetails  
Stats Main feature of this class is the collection of Transaction Reports this class should be passed to HTTPClient constructor when HTTPClient is started you can collect statistics.
StatsTester  
test  
TransactionReport TransactionReports are created in HTTPClient and added to Stats collection
WebClient