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

Quick Search    Search Deep

org.enhydra.httpServerTest.common: Javadoc index of package org.enhydra.httpServerTest.common.


Package Samples:

org.enhydra.httpServerTest.common

Classes:

HttpResponseObject: This class is the data structure that is shared between the client and server tests. The life cycle of this class begins when a client thread's run() method is invoked. The first step in each of the SingleUserGetRequestThread and SingleUserPostRequestThread is to initialize a golden response object of this type from the thread's supplied configuration data. On success of this initialization, each of these threads construct an HTTP request also based on its configuration data. The request is sent to the server which then generates a new object of this type populated with all the request information ...
HttpResponseObjectParser: This class uses the Xerces SAX parser to parse the http response and populate an HttpResponseObject object. This class implements a factory mechanism for retrieving a single response object from the input XML. Any errors encountered while parsing the XML file or stream will cause an exception to be thrown.
HttpServerTestUtils: This class provides static data and methods that are shared by both the client and server sides of this test. See below for details.

Home | Contact Us | Privacy Policy | Terms of Service