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
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
.println("MESSAGE SENT!!");
session.close();
}
} catch (Exception e) {
System.out.println("PROBLEM");
e.printStackTrace();
}
}
...
Has some