|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectServletOutputStream
servletunit.ServletOutputStreamSimulator
| Constructor Summary | |
ServletOutputStreamSimulator()
Default constructor that sends all output to System.out. |
|
ServletOutputStreamSimulator(java.io.OutputStream out)
Constructor that sends all output to given OutputStream. |
|
| Method Summary | |
void |
write(int b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServletOutputStreamSimulator()
System.out.
public ServletOutputStreamSimulator(java.io.OutputStream out)
out - OutputStream to which all output will be sent.| Method Detail |
public void write(int b)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||