Package org.apache.storm.messaging.netty
Interface INettySerializable
- All Known Implementing Classes:
- ControlMessage,- SaslMessageToken
public interface INettySerializable
- 
Method SummaryModifier and TypeMethodDescriptionintvoidwrite(org.apache.storm.shade.io.netty.buffer.ByteBuf dest) Serialize this object to ByteBuf.
- 
Method Details- 
writevoid write(org.apache.storm.shade.io.netty.buffer.ByteBuf dest) Serialize this object to ByteBuf.- Parameters:
- dest- The ByteBuf to serialize to
 
- 
encodeLengthint encodeLength()
 
-