Package org.redisson.client.protocol
Interface Decoder<R>
-
- Type Parameters:
R
- result type
- All Known Implementing Classes:
ClusterNodesDecoder
,StreamIdDecoder
,StringDataDecoder
,StringReplayDecoder
public interface Decoder<R>
- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
decode(io.netty.buffer.ByteBuf buf, State state)
-
-
-
Method Detail
-
decode
R decode(io.netty.buffer.ByteBuf buf, State state) throws IOException
- Throws:
IOException
-
-