Class Codec29

    • Constructor Detail

      • Codec29

        public Codec29()
    • Method Detail

      • 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.