If your server is to support an interactive shell or the execution of
commands you need to implement this abstract class and set your class in the
ConfigurationContext.
The session is now open so you can perform all the IO you want but DONT
block this method; if you have lots of interaction you will need to start
a thread or override the processStdinData method to receive notification
of data.