Class ClusterNodesDecoder
java.lang.Object
org.redisson.client.protocol.decoder.ClusterNodesDecoder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClusterNodesDecoder
public ClusterNodesDecoder(boolean ssl)
-
-
Method Details
-
decode
public List<org.redisson.cluster.ClusterNodeInfo> decode(io.netty.buffer.ByteBuf buf, State state) throws IOException - Specified by:
decodein interfaceDecoder<List<org.redisson.cluster.ClusterNodeInfo>>- Throws:
IOException
-