Hi, all
I'd like to add telnet ability to my application, so that users can log
in the admin console to manage application, is there existing protocol
codec classes can be used to do that?
I tried TextLineCodecFactory, it seems it doesn't work well when using
telnet to access. For instance, after invoking session.write(">"), at
the side of telnet, cursor is not placed just next to prompt.
So, what's the candidate for codec factory?Br anderson
