| Class | Description |
|---|---|
| AbstractStreamWriteFilter<T> |
Filter implementation which makes it possible to write Stream
objects directly using
IoSession.write(Object). |
| FileRegionWriteFilter |
Filter implementation that converts a
FileRegion to IoBuffer
objects and writes those buffers to the next filter. |
| StreamWriteFilter |
Filter implementation which makes it possible to write
InputStream
objects directly using IoSession.write(Object). |
Copyright © 2004–2024 Apache MINA Project. All rights reserved.