Apache mina problem
843790Nov 6 2007 — edited Nov 16 2007hi all ,
I used apache mina to develop a server
when I using the telnet command to connect to this server, it works fine
" telnet 127.0.0.1 9123 "
I want now to write a client application that can connect to this server
I want to send some requests to that server and receive some responses from it.............
how ?
can anybody help me