public class StringListReplayDecoder extends Object implements MultiDecoder<List<String>>
| Constructor and Description |
|---|
StringListReplayDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(io.netty.buffer.ByteBuf buf,
State state) |
List<String> |
decode(List<Object> parts,
State state) |
boolean |
isApplicable(int paramNum,
State state) |
public List<String> decode(List<Object> parts, State state)
decode in interface MultiDecoder<List<String>>public boolean isApplicable(int paramNum,
State state)
isApplicable in interface MultiDecoder<List<String>>Copyright © 2014–2017 The Redisson Project. All rights reserved.