Hi,

I'm currently working on project that use mina as io fwk. Currently, we need to move to use apache sshd, however with new architecture of sshd which based on stream. And messages are send character by character without any handle of deleting characters (when hit backspace)

In Mina, we just simple implement IoHandlerAdapter.messageReceived(IoSession, Object) -> then we have Object that contains a string (not character).

I know we can use jline, and do similar thing as in karaf project do in order to handle a incoming command. However, we need to maintain these code, and I don't like it, I expect it should be covered by Apache Mina SSHD.

Any ideal that we've already had a package to adapt with apache sshd to provide such basic feature ?

Regards,
Tai

Reply via email to