Class TextLineCodecFactory

java.lang.Object
org.apache.mina.filter.codec.textline.TextLineCodecFactory
All Implemented Interfaces:
ProtocolCodecFactory

public class TextLineCodecFactory extends Object implements ProtocolCodecFactory
A ProtocolCodecFactory that performs encoding and decoding between a text line data and a Java string object. This codec is useful especially when you work with a text-based protocols such as SMTP and IMAP.