Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

raining.client: Javadoc index of package raining.client.


Package Samples:

raining.client

Classes:

HttpClient: A sample HTTPClient that extends NioSocket. Command line for: - file to take URLs from - use proxy, server, port, authstring FOr Testing or loading (this should go into another extends) - how many concurrent connections (A) - how long to keep hitting URL - any pause between A's - max hits RK modified on 20031004 13:08:05 Made proxy setting once and for all. User should just set and forget. I am removing the stupid idea of allowing setting encoded string in the command line. just makes things more complic for developers. TODO As much as i dislike wasting my time on the proxy thing, i wd like to ...
SocketBlaster: A Load Tester program that generates a high number of http requests to send to one URL. FIXME: Not working with proxies any longer. Command line for: - file to take URLs from, usually these would be different URLs on one server - use proxy, server, port, authstring FOr Testing or loading (this should go into another extends) - how many concurrent connections (A) - how long to keep hitting URL - any pause between A's - max hits We shd be able to inherit cl parsing and add/override our options ? Many things will have to be done ONCE not each time, since URLs are the same - URL parse, GET, base64 ...
SBHttpClient: An HTTPClient that extends the basic HTTPClient, with the ability to generate loads. FOr Testing or loading : - how many concurrent connections (A) - how long to keep hitting URL - any pause between A's - max hits
OptionProcessor: Interface for command line processing. Used by ClientParser. Developers using ClientParser would specify to the parser, how to process options, that they have added using Options.addOption().
ClientParser: A generic commandline parser for client programs. Extend this to add more options.
URLDetails: Class documentation.

Home | Contact Us | Privacy Policy | Terms of Service