|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object 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 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 DelegatingServletOutputStream
java.io.IOException
public void flush() throws java.io.IOException
flush
in class DelegatingServletOutputStream
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |