All Implemented Interfaces:
Codec

public class Codec41 extends Codec40
Since:
15.1
  • Constructor Details

    • Codec41

      public Codec41()
  • Method Details

    • writeHeader

      public void writeHeader(io.netty.buffer.ByteBuf buf, long messageId, ClientTopology clientTopology, HotRodOperation<?> operation)
      Description copied from interface: Codec
      Writes a request header with the given parameters to the transport and returns an updated header parameters.
      Specified by:
      writeHeader in interface Codec
      Overrides:
      writeHeader in class Codec40