| Interface | Description |
|---|---|
| DataBuffer |
This interface is a simple wrapper for the optional data that an RPCMessage may have.
|
| Class | Description |
|---|---|
| DataByteArrayChannel |
A DataBuffer backed by a byte[].
|
| DataByteBuffer |
A DataBuffer with the underlying data being a
ByteBuffer. |
| DataFileChannel |
A DataBuffer with the underlying data being a
FileChannel. |
| DataNettyBuffer |
A DataBuffer with the underlying data being a
ByteBuf. |
Copyright © 2015. All Rights Reserved.