public class StreamInfoDecoder extends Object implements MultiDecoder<StreamInfo<Object,Object>>
| Constructor and Description |
|---|
StreamInfoDecoder() |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo<Object,Object> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
public Decoder<Object> getDecoder(int paramNum, State state)
getDecoder in interface MultiDecoder<StreamInfo<Object,Object>>public StreamInfo<Object,Object> decode(List<Object> parts, State state)
decode in interface MultiDecoder<StreamInfo<Object,Object>>Copyright © 2014–2020 Redisson. All rights reserved.