| Home >> All >> org >> enhydra >> httpServerTest >> server >> application >> [ presentation Javadoc ] |
org.enhydra.httpServerTest.server.application.presentation: Javadoc index of package org.enhydra.httpServerTest.server.application.presentation.
Package Samples:
org.enhydra.httpServerTest.server.application.presentation
Classes:
BasicTest: This class is the generic server side test presentation object that client side test threads talk to. This class respondes to every request comming in by constructing an HttpResponseObject and returning it in the response as an XML stream. The response object returned contains information about all data received via the request. This presentation object properly handles GET and POST method request and multi-part mime encodings.
RequestDispatchForwardTest: This class is the generic server side test presentation object that client side test threads talk to. The purpose of this presentation object is to test the RequestDispatcher. All this class does is to forward all requests to the BasicTest.po. In doing so, the client will verify that no request information was lost.
| Home | Contact Us | Privacy Policy | Terms of Service |