Class ClusterNodesDecoder
- java.lang.Object
-
- org.redisson.client.protocol.decoder.ClusterNodesDecoder
-
- All Implemented Interfaces:
Decoder<List<ClusterNodeInfo>>
public class ClusterNodesDecoder extends Object implements Decoder<List<ClusterNodeInfo>>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description ClusterNodesDecoder(boolean ssl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ClusterNodeInfo>
decode(io.netty.buffer.ByteBuf buf, State state)
-
-
-
Method Detail
-
decode
public List<ClusterNodeInfo> decode(io.netty.buffer.ByteBuf buf, State state) throws IOException
- Specified by:
decode
in interfaceDecoder<List<ClusterNodeInfo>>
- Throws:
IOException
-
-