On 3/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,
I have a client application written using the MINA framework.
I would like to enhance this application to be able to connect to the remote
peer through a SOCKS proxy server.
Could somebody tell me how can this be done using MINA? Does MINA support at
all proxied connections?

MINA doesn't support proxied connections for now.  It could be
possible if SocketFactory can be used with SocketChannels.  For now,
Calling getChannel() on the Socket object created by SocketFactory
returns null.

Of course, it doesn't mean that MINA can't support proxied
connections.  MINA API is abstract enough to support proxied
connections.

HTH,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6

Reply via email to