| |
|
| java.lang.Object com.meterware.pseudoserver.PseudoServlet
PseudoServlet | abstract public class PseudoServlet (Code) | | A basic simulated servlet for testing the HttpUnit library.
|
getBody | protected byte[] getBody()(Code) | | |
getHeader | protected String getHeader(String name)(Code) | | Returns the header with the specified name. If no such header exists, will return null.
|
getParameter | protected String[] getParameter(String name)(Code) | | Returns the values for the parameter with the specified name. If no values exist
will return null.
|
getReader | protected Reader getReader()(Code) | | Returns a reader for the body of the request.
|
|
|
|