com.meterware.pseudoserver
public class PseudoServer extends Object
| Constructor Summary | |
|---|---|
| PseudoServer() | |
| PseudoServer(int socketTimeout) | |
| Method Summary | |
|---|---|
| void | addResourceHeader(String name, String header)
Adds a header to a defined resource.
|
| int | getConnectedPort()
Returns the port on which this server is listening.
|
| static int | getSocketReleaseWaitTime()
Returns the amount of time the pseudo server will wait for a server socket to be released (in msec)
before allocating a new one. |
| static int | getWaitThreshhold()
Returns the number of server sockets that must have been allocated and not returned before waiting for one
to be returned. |
| void | mapToClasspath(String directory) |
| void | setCharacterSet(String name, String characterSet)
Specifies the character set encoding for a resource.
|
| void | setDebug(boolean debug) |
| void | setErrorResource(String name, int errorCode, String errorMessage)
Defines a resource which will result in an error message.
|
| void | setMaxProtocolLevel(int majorLevel, int minorLevel) |
| void | setResource(String name, String value)
Defines the contents of an expected resource.
|
| void | setResource(String name, PseudoServlet servlet)
Defines the contents of an expected resource.
|
| void | setResource(String name, String value, String contentType)
Defines the contents of an expected resource.
|
| void | setResource(String name, byte[] value, String contentType)
Defines the contents of an expected resource.
|
| void | setSendCharacterSet(String name, boolean enabled)
Enables the sending of the character set in the content-type header.
|
| static void | setSocketReleaseWaitTime(int socketReleaseWaitTime)
Returns the amount of time the pseudo server will wait for a server socket to be released (in msec)
before allocating a new one. |
| static void | setWaitThreshhold(int waitThreshhold)
Specifies the number of server sockets that must have been allocated and not returned before waiting for one
to be returned. |
| void | shutDown() |
getWaitThreshhold.getWaitThreshhold.