Package org.apache.storm.messaging.netty
Interface INettySerializable
-
- All Known Implementing Classes:
ControlMessage
,SaslMessageToken
public interface INettySerializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
encodeLength()
void
write(org.apache.storm.shade.io.netty.buffer.ByteBuf dest)
Serialize this object to ByteBuf.
-