Class PropertiesDecoder
- java.lang.Object
-
- org.redisson.spring.data.connection.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 Summary
Constructors Constructor Description PropertiesDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propertiesdecode(io.netty.buffer.ByteBuf buf, org.redisson.client.handler.State state)
-
-
-
Method Detail
-
decode
public Properties decode(io.netty.buffer.ByteBuf buf, org.redisson.client.handler.State state)
- Specified by:
decodein interfaceorg.redisson.client.protocol.Decoder<Properties>
-
-