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