Class Codec13

  • All Implemented Interfaces:
    Codec

    public class Codec13
    extends Codec12
    A Hot Rod encoder/decoder for version 1.3 of the protocol.
    Since:
    6.1
    Author:
    Adrian Nistor
    • Constructor Detail

      • Codec13

        public Codec13()
    • 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 Codec12
      • getLog

        public Log getLog()
        Description copied from interface: Codec
        Logger for Hot Rod client codec
        Specified by:
        getLog in interface Codec
        Overrides:
        getLog in class Codec12