I am trying to implement a client/server TCP protocol with mina. In order to find out more about the TCP protocol, I have been trying to create a proxy. An example of how to create a proxy would be great.
I am a bit confused on yow to use IoConnector's. There are lots of examples on how to bind to a port with an IoAcceptor and it would be nice if there were more IoConnector examples. After receiving a message is received by the IoHandler for the IoAcceptor, what should I do to forward the message? Can a ConnectFuture be reused? What references should my IoAcceptor contain? A proxy example that logged all communication would be ideal. Thanks, Cameron
