Package | Description |
---|---|
org.apache.mina.filter.stream |
Stream based IoFilter implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
FileRegionWriteFilter
Filter implementation that converts a
FileRegion to IoBuffer
objects and writes those buffers to the next filter. |
class |
StreamWriteFilter
Filter implementation which makes it possible to write
InputStream
objects directly using IoSession.write(Object) . |
Copyright © 2004–2016 Apache MINA Project. All rights reserved.