public interface EncodedMessage
| Modifier and Type | Method and Description |
|---|---|
void |
encode(io.netty.buffer.ByteBuf out)
Encodes the message to the output
ByteBuf. |
int |
getEncodedLength()
Returns the number bytes for the message when it is encoded.
|
int getEncodedLength()
void encode(io.netty.buffer.ByteBuf out)
ByteBuf.out - the output ByteBuf where the message should be encoded.Copyright © 2015. All Rights Reserved.