Interface CodeKeyMaker
- 
- All Known Implementing Classes:
 AbstractCodeKeyMaker
public interface CodeKeyMakerInterface for making code keys.- Author:
 - michal.polkorab
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageCodeKeymake(io.netty.buffer.ByteBuf input)Makes a code key. 
 - 
 
- 
- 
Method Detail
- 
make
MessageCodeKey make(io.netty.buffer.ByteBuf input)
Makes a code key.- Parameters:
 input- buffer that will be the needed data gathered from- Returns:
 - key for deserializer lookup
 
 
 - 
 
 -