I am using apache mina for client socket application where I want to use input streams and output streams for sending or reading data instead of using IO sessions. How can I write data to a server using streams? If possible please provide a small example.
Please help me with your answers. Thanks in advance