Hi,
I'm trying to make a sort of telnet proxy, I succeded in using the proxy example from the mina examples, but I want to print the message the client sends before sending it to the server. So far I have cast the message from messageReceived(IoSession session, Object message) to an IoBuffer, but I can't really read it and print it to System.out. Any ideas how to do that? Thanks!
