Class ServletOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- ro.sync.ecss.extensions.api.webapp.plugin.servlet.ServletOutputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.AutoCloseable
@API(type=NOT_EXTENDABLE, src=PUBLIC) public abstract class ServletOutputStream extends java.io.OutputStream
ServletOutputStream interface inspired from HTTP Servlet 5.0.- Since:
- 26
*********************************
EXPERIMENTAL - Subject to change
********************************
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
-
-
Constructor Summary
Constructors Constructor Description ServletOutputStream()
-