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