Package com.bitmechanic.maxq

Interface Summary
IScriptAdapter Created by IntelliJ IDEA.
ProxyServer.Observer  
 

Class Summary
Action Class that represents a single request that has been recorded by the ProxyRecorder.
Config This singleton class stores all config information for MAXQ.
Config.ProxySettings This class represents the settings for the proxy *THAT MAXQ USES*.
DBUtil Utility class used to simplify database operations from within MaxQ python scripts.
HeaderValue Created by IntelliJ IDEA.
HttpRequestHeader Parses and stores a http server request.
HttpTestCase  
JTextAreaTestScriptAdapter Created by IntelliJ IDEA.
Main todo Make default package configurable todo Make default save location configurable todo Remeber package and save location
Main.CommandLineResults  
Param Simple structure that represents a name/value pair in a query string or POST request.
Preferences  
PrefsDialog  
ProxyServer A proxy server.
RequestHandler One of these is created as a thread to handle each request and response pair for ProxyServer.
RunTestDialog  
SwingMain The GUI for MaxQ.
Test This encapsulates a test opened in the GUI.
Utils Created by IntelliJ IDEA.
Validator The class that does variuos validations on the requests and responses.
 

Exception Summary
Utils.SilentException For silently aborting without showing any error.
Utils.UserException For exceptions whose messages have been composed so that they can be understood by the user.