T - typepublic class ListMultiDecoder<T> extends Object implements MultiDecoder<Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListMultiDecoder.NestedDecoderState |
| Constructor and Description |
|---|
ListMultiDecoder(MultiDecoder<?>... decoders) |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(io.netty.buffer.ByteBuf buf,
State state) |
Object |
decode(List<Object> parts,
State state) |
protected ListMultiDecoder.NestedDecoderState |
getDecoder(State state) |
boolean |
isApplicable(int paramNum,
State state) |
public ListMultiDecoder(MultiDecoder<?>... decoders)
protected final ListMultiDecoder.NestedDecoderState getDecoder(State state)
public Object decode(io.netty.buffer.ByteBuf buf, State state) throws IOException
decode in interface Decoder<Object>IOExceptionpublic boolean isApplicable(int paramNum,
State state)
isApplicable in interface MultiDecoder<Object>Copyright © 2014–2017 The Redisson Project. All rights reserved.