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 -
Method Summary
Modifier and TypeMethodDescriptiondecode(io.netty.buffer.ByteBuf buf, org.redisson.client.handler.State state)
-
Constructor Details
-
PropertiesDecoder
public PropertiesDecoder()
-
-
Method Details
-
decode
- Specified by:
decodein interfaceorg.redisson.client.protocol.Decoder<Properties>
-