- 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
-
Method Summary
-
Method Details
-
getDecoder
Transformer<K,L> getDecoder() -
getEncoder
Transformer<L,K> getEncoder()
-