int
, String
, other native types, byte[]
of serialized objects and so on. It contains helper methods for writing and reading back the data. If a Netty implementation is used, then it would be a wrapper over the {@link ChannelBuffer}. For Java api, it would be probably be wrapper over a nio {@link ByteBuffer}.
@author Abraham Menacherry
|
|