接口 | 说明 |
---|---|
IoBufferAllocator |
Allocates
IoBuffer s and manages them. |
类 | 说明 |
---|---|
AbstractIoBuffer |
A base implementation of
IoBuffer . |
CachedBufferAllocator |
An
IoBufferAllocator that caches the buffers which are likely to
be reused during auto-expansion of the buffers. |
IoBuffer |
A byte buffer used by MINA applications.
|
IoBufferWrapper |
A
IoBuffer that wraps a buffer and proxies any operations to it. |
SimpleBufferAllocator |
A simplistic
IoBufferAllocator which simply allocates a new
buffer every time. |
异常错误 | 说明 |
---|---|
BufferDataException |
A
RuntimeException which is thrown when the data the IoBuffer
contains is corrupt. |