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 . |
DataNettyBufferV2 |
A DataBuffer with the underlying data being a
ByteBuf . |
Copyright © 2023. All Rights Reserved.