Hello, as far as I can tell Java can handle proxy servers, like SOCKS,
but is this just for URL objects? I'm looking at a sort of SOCKS
tunnelling type projects (ala sockscap) but I'm not sure if it's do-able
the Proxy class etc. looks pretty limited as I won't be just fetching
webpages or URLs.

Signature
Jeffrey Spoon
Jeffrey Spoon - 20 Sep 2004 02:28 GMT
>Hello, as far as I can tell Java can handle proxy servers, like SOCKS,
>but is this just for URL objects? I'm looking at a sort of SOCKS
>tunnelling type projects (ala sockscap) but I'm not sure if it's
>do-able the Proxy class etc. looks pretty limited as I won't be just
>fetching webpages or URLs.
Ah yes it does in 1.5 Never mind.

Signature
Jeffrey Spoon