All Implemented Interfaces:
Codec, HotRodConstants
Direct Known Subclasses:
Codec30

public class Codec29 extends Codec28
Since:
9.4
  • Constructor Details

    • Codec29

      public Codec29()
  • Method Details

    • writeHeader

      public HeaderParams writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params)
      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 Codec28
    • readKeyType

      public org.infinispan.commons.dataconversion.MediaType readKeyType(io.netty.buffer.ByteBuf buf)
      Description copied from interface: Codec
      Reads the MediaType of the key during initial ping of the cache.
    • readValueType

      public org.infinispan.commons.dataconversion.MediaType readValueType(io.netty.buffer.ByteBuf buf)
      Description copied from interface: Codec
      Reads the MediaType of the key during initial ping of the cache.
    • isObjectStorageHinted

      public boolean isObjectStorageHinted(PingResponse pingResponse)
      Description copied from interface: Codec
      Read the response code for hints of object storage in the server.
      Specified by:
      isObjectStorageHinted in interface Codec
      Overrides:
      isObjectStorageHinted in class Codec24