public class ClusterNodesDecoder extends Object implements Decoder<List<ClusterNodeInfo>>
| Constructor and Description |
|---|
ClusterNodesDecoder(boolean ssl) |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterNodeInfo> |
decode(io.netty.buffer.ByteBuf buf,
State state) |
public List<ClusterNodeInfo> decode(io.netty.buffer.ByteBuf buf, State state) throws IOException
decode in interface Decoder<List<ClusterNodeInfo>>IOExceptionCopyright © 2014–2018 The Redisson Project. All rights reserved.