T - object typepublic class FlatNestedMultiDecoder<T> extends NestedMultiDecoder
NestedMultiDecoder.NestedDecoderStatefirstDecoder, secondDecoder| Constructor and Description |
|---|
FlatNestedMultiDecoder(MultiDecoder firstDecoder,
MultiDecoder secondDecoder,
boolean handleEmpty) |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(io.netty.buffer.ByteBuf buf,
State state) |
boolean |
isApplicable(int paramNum,
State state) |
decode, getDecoderpublic FlatNestedMultiDecoder(MultiDecoder firstDecoder, MultiDecoder secondDecoder, boolean handleEmpty)
public Object decode(io.netty.buffer.ByteBuf buf, State state) throws IOException
decode in interface Decoderdecode in class NestedMultiDecoderIOExceptionpublic boolean isApplicable(int paramNum,
State state)
isApplicable in interface MultiDecoderisApplicable in class NestedMultiDecoderCopyright © 2014–2017 The Redisson Project. All rights reserved.