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