Class Long2MultiDecoder
- java.lang.Object
-
- org.redisson.client.protocol.decoder.Long2MultiDecoder
-
- All Implemented Interfaces:
MultiDecoder<Object>
public class Long2MultiDecoder extends Object implements MultiDecoder<Object>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description Long2MultiDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
decode(List<Object> parts, State state)
Decoder<Object>
getDecoder(Codec codec, int paramNum, State state)
-
-
-
Method Detail
-
getDecoder
public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
- Specified by:
getDecoder
in interfaceMultiDecoder<Object>
-
-