I need to add the Socks5 protocol to a finished HTTP client/server which uses non-blocking sockets with Selector. I was thinking of creating own classes with the following parents: SocketChannel, SelectionKey, ServerSocketChannel and of implementing Socks5 in these classes.

Is it possible to do it via proxy?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.