Interface Codec<K,L>

All Known Subinterfaces:
CodecFilter<K,L>
All Known Implementing Classes:
AbstractCodecFilter, ChunkingFilter, SSLCodec, StringFilter

public interface Codec<K,L>
Codec is able to transform the original message to a custom represantation and vise versa.
Author:
Alexey Stashok