Mark wrote:
I am designing a program that will receive information and then forward the data to another location. I was wondering if anyone has used MINA is this type of manner. I have written programs that receive data and send back responses, but what about receiving data and then forwarding the data.
MINA comes with an example of a simple proxy server. Take a look here: http://svn.apache.org/viewvc/directory/trunks/mina/examples/src/main/java/org/apache/mina/examples/proxy/ HTH /Niklas
