|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
javax.servlet.ServletOutputStream
org.springframework.mock.web.DelegatingServletOutputStream
org.springframework.mock.web.MockHttpServletResponse.ResponseServletOutputStream
private class MockHttpServletResponse.ResponseServletOutputStream
Inner class that adapts the ServletOutputStream to mark the response as committed once the buffer size is exceeded.
| Constructor Summary | |
|---|---|
MockHttpServletResponse.ResponseServletOutputStream(java.io.OutputStream out)
|
|
| Method Summary | |
|---|---|
void |
flush()
|
void |
write(int b)
|
| Methods inherited from class org.springframework.mock.web.DelegatingServletOutputStream |
|---|
close, getTargetStream |
| Methods inherited from class javax.servlet.ServletOutputStream |
|---|
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println |
| Methods inherited from class java.io.OutputStream |
|---|
write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockHttpServletResponse.ResponseServletOutputStream(java.io.OutputStream out)
| Method Detail |
|---|
public void write(int b)
throws java.io.IOException
write in class DelegatingServletOutputStreamjava.io.IOException
public void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class DelegatingServletOutputStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||