Re: Client-server application through a proxy

2007-09-13 Thread Trustin Lee
On 9/12/07, Francesca Milan <[EMAIL PROTECTED]> wrote: > shila ha scritto: > > Hi, > > > > I'm trying to write a client-server application with Mina which passes > > through an HTTP proxy. > > I know that Mina doesn't support proxy natively (also with DIRMINA-223: see > > http://www.nabble.com/-jir

Re: Client-server application through a proxy

2007-09-11 Thread Francesca Milan
shila ha scritto: Hi, I'm trying to write a client-server application with Mina which passes through an HTTP proxy. I know that Mina doesn't support proxy natively (also with DIRMINA-223: see http://www.nabble.com/-jira--Created:-(DIRMINA-223)-Addition-of-SocketConnector-method-to-handle-socks-p

Client-server application through a proxy

2007-09-04 Thread shila
.println("MESSAGE SENT!!"); session.close(); } } catch (Exception e) { System.out.println("PROBLEM"); e.printStackTrace(); } } ... Has some