Package | Description |
---|---|
io.netty.handler.stream |
Writes very large data stream asynchronously neither spending a lot of
memory nor getting
OutOfMemoryError . |
Modifier and Type | Class and Description |
---|---|
class |
ChunkedFile
A
ChunkedInput that fetches data from a file chunk by chunk. |
class |
ChunkedNioFile
A
ChunkedInput that fetches data from a file chunk by chunk using
NIO FileChannel . |
class |
ChunkedNioStream
A
ChunkedInput that fetches data from a ReadableByteChannel
chunk by chunk. |
class |
ChunkedStream
A
ChunkedInput that fetches data from an InputStream chunk by
chunk. |
Copyright © 2008–2019 The Netty Project. All rights reserved.