接口 | 描述 |
---|---|
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.