Class DelegatingServletInputStream

java.lang.Object
java.io.InputStream
jakarta.servlet.ServletInputStream
org.springframework.mock.web.DelegatingServletInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class DelegatingServletInputStream extends ServletInputStream
Delegating implementation of ServletInputStream.

Used by MockHttpServletRequest; typically not directly used for testing application controllers.

Since:
1.0.2
Author:
Juergen Hoeller
See Also: