Package com.google.code.yanf4j.core
Interface CodecFactory.Encoder
-
- All Known Implementing Classes:
ByteBufferCodecFactory.ByteBufferEncoder
,MemcachedEncoder
,TextLineCodecFactory.StringEncoder
- Enclosing interface:
- CodecFactory
public static interface CodecFactory.Encoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IoBuffer
encode(java.lang.Object message, Session session)
-