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>>
IOException
Copyright © 2014–2019 The Redisson Project. All rights reserved.