| 接口 | 描述 |
|---|---|
| ChunkedInput<B> |
ChunkedWriteHandler消耗的长度不定的数据流。
|
| Class | 描述 |
|---|---|
| ChunkedFile |
一个 ChunkedInput通过块从文件块中获取数据。
|
| ChunkedNioFile |
A ChunkedInput ,使用NIO FileChannel通过块从文件块中提取数据。
|
| ChunkedNioStream |
一个 ChunkedInput按块ReadableByteChannel块中的数据。
|
| ChunkedStream |
一个 ChunkedInput ,按块InputStream块中的数据。
|
| ChunkedWriteHandler |
ChannelHandler增加了对异步写入大数据流的支持,既不花费大量内存也不获取OutOfMemoryError 。
|
OutOfMemoryError 。
有关详细示例,请参阅io.netty.example.http.file 。
Copyright © 2008–2018 The Netty Project. All rights reserved.