Class PropertiesDecoder

  • All Implemented Interfaces:
    org.redisson.client.protocol.Decoder<Properties>

    public class PropertiesDecoder
    extends Object
    implements org.redisson.client.protocol.Decoder<Properties>
    Author:
    Nikita Koksharov
    • Constructor Detail

      • PropertiesDecoder

        public PropertiesDecoder()
    • Method Detail

      • decode

        public Properties decode​(io.netty.buffer.ByteBuf buf,
                                 org.redisson.client.handler.State state)
        Specified by:
        decode in interface org.redisson.client.protocol.Decoder<Properties>