|
|||||||||
Home >> All >> org >> enhydra >> httpServerTest >> server >> [ servlet overview ] | PREV NEXT |
B
- BasicTestServlet - class org.enhydra.httpServerTest.server.servlet.BasicTestServlet.
- This class is a generic server side test servlet that client side test threads talk to.
- BasicTestServlet() - Constructor for class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
C
- cleanupFiles() - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This function is called after all file MD5 hashkeys have been computed.
F
- fileCacheDir - Variable in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This holds the directory, unique to this request, that any uploaded files are stored.
- fileCacheDirCnt - Static variable in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This is a static counter used by the presentation objects to ensure a unique sub-directory under the specified temporary base directory.
G
- getFileCacheDirCnt() - Static method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This is a static function to retrieve the next sequence of the conter variable held in this class.
I
- initFileCacheDir() - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This function will continually loop until a unique temporary sub- directory is found.
O
- org.enhydra.httpServerTest.server.servlet - package org.enhydra.httpServerTest.server.servlet
P
- populateCgiArgsFromGet(HttpResponseObject, HttpServletRequest) - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This function will populate the response object with all CGI arguments submitted with the request.
- populateCgiArgsFromPost(HttpResponseObject, HttpServletRequest) - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This function will populate the response object with all CGI arguments submitted with the request.
- populateCgiParams(HttpResponseObject, HttpServletRequest) - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This function will populate the response object with all CGI parameters submitted with the request.
- populateCookies(HttpResponseObject, HttpServletRequest) - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This function will populate the response object with all http cookies submitted with the request.
- populateFileUploadFromPost(HttpResponseObject) - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This function will loop through all files found under the unique directory created by initFileCacheDir() and compute an MD5 hashkey for each individual file.
- populateHeaders(HttpResponseObject, HttpServletRequest) - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This function will populate the response object with all http headers submitted with the request.
- populateRequestInfo(HttpResponseObject, HttpServletRequest) - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This function runs through the HttpServletRequest API and populates the response object with the retrieved information.
- populateSessionInfo(HttpResponseObject, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This function will populate the response object with all session information submitted with the request.
S
- service(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- Overide the service method of HttpServelet.
T
- TEMPORARY_BASE_DIR - Static variable in class org.enhydra.httpServerTest.server.servlet.BasicTestServlet
- This holds a tempoary base directory used to cache uploaded files.
B C F G I O P S T
|
|||||||||
Home >> All >> org >> enhydra >> httpServerTest >> server >> [ servlet overview ] | PREV NEXT |