Package com.google.code.yanf4j.core.impl
Class TextLineCodecFactory.StringEncoder
- java.lang.Object
-
- com.google.code.yanf4j.core.impl.TextLineCodecFactory.StringEncoder
-
- All Implemented Interfaces:
CodecFactory.Encoder
- Enclosing class:
- TextLineCodecFactory
class TextLineCodecFactory.StringEncoder extends java.lang.Object implements CodecFactory.Encoder
-
-
Constructor Summary
Constructors Constructor Description StringEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoBuffer
encode(java.lang.Object msg, Session session)
-
-
-
Method Detail
-
encode
public IoBuffer encode(java.lang.Object msg, Session session)
- Specified by:
encode
in interfaceCodecFactory.Encoder
-
-