Class IoSessionOutputStream

java.lang.Object
java.io.OutputStream
org.apache.mina.handler.stream.IoSessionOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

class IoSessionOutputStream extends OutputStream
An OutputStream that forwards all write operations to the associated IoSession.