Class RedisClusterNodeDecoder

java.lang.Object
org.redisson.spring.data.connection.RedisClusterNodeDecoder
All Implemented Interfaces:
Decoder<List<org.springframework.data.redis.connection.RedisClusterNode>>

public class RedisClusterNodeDecoder extends Object implements Decoder<List<org.springframework.data.redis.connection.RedisClusterNode>>
Author:
Nikita Koksharov
  • Constructor Details

    • RedisClusterNodeDecoder

      public RedisClusterNodeDecoder()
  • Method Details

    • decode

      public List<org.springframework.data.redis.connection.RedisClusterNode> decode(io.netty.buffer.ByteBuf buf, State state) throws IOException
      Specified by:
      decode in interface Decoder<List<org.springframework.data.redis.connection.RedisClusterNode>>
      Throws:
      IOException