Hi there,
 
I'm new to MINA and here is one quick question which I have not found
straight answers in mailling list search so far.
 
We are currently direclty using JDK Socket to connect to third party web
server via a proxy server.  Once connected to proxy server, we send
every request to the target web server with their hostname/port in the
Http Get request, e.g (see the red portion).
 
GET http://www.third-party.com:80/some/path?params
<http://www.third-party.com:80/some/path?params>   HTTP/1.1
....
 
We would like to replace those client socket code with MINA, what's the
best way to do this with MINA?
 
Thx
Chuck
 

Reply via email to