| 程序包 | 说明 |
|---|---|
| net.hasor.neta.bytebuf | |
| net.hasor.neta.channel | |
| net.hasor.neta.handler | |
| net.hasor.neta.handler.ssl |
| 类和说明 |
|---|
| AbstractByteBuf
readMark <= readIndex <= writerMark <= writerIndex <= capacity
|
| AbstractByteBufAllocator
readMark <= readIndex <= writerMark <= writerIndex <= capacity
|
| ArrayByteBuf
基于 字节数组的 ByteBuf 接口实现。
|
| ByteBuf
readMark <= readIndex <= writerMark <= writerIndex <= capacity
|
| ByteBufAllocator
Implementations are responsible to allocate buffers.
|
| Cleaner
Allows to free direct
ByteBuffers. |
| PooledNioByteBuf
基于 NioChunk 池化的 ByteBuf 接口实现,提供了扩缩容零拷贝实现
|
| SliceNioByteBuf
基于 NioChunk 的 ByteBuf 接口实现。
|
| 类和说明 |
|---|
| ByteBuf
readMark <= readIndex <= writerMark <= writerIndex <= capacity
|
| ByteBufAllocator
Implementations are responsible to allocate buffers.
|
| 类和说明 |
|---|
| ByteBuf
readMark <= readIndex <= writerMark <= writerIndex <= capacity
|
| 类和说明 |
|---|
| ByteBuf
readMark <= readIndex <= writerMark <= writerIndex <= capacity
|
Copyright © 2022–2024. All rights reserved.