Interface INettySerializable

All Known Implementing Classes:
ControlMessage, SaslMessageToken

public interface INettySerializable
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    write(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()