-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.0.0-M4
-
Fix Version/s: 2.0.8
-
Component/s: None
-
Labels:None
-
Environment:Mina 2.0.0-M4, Java 1.6, Fedora 10
There are many text based protocols who have messages that are terminated by a delimiter other than an end of line. A protocol decoder that is more generic than TextLineDecoder would be a nice addition. It should also be easy to extend so developers can focus on coverting text messages to domain objects and not on converting and parsing IoBuffers.