users@grizzly.java.net

Implementing a NIO tunnel with Grizzly

From: Sam Crawford <samcrawford_at_gmail.com>
Date: Fri, 7 Aug 2009 23:55:34 +0100

Evening all,

I'm currently looking to rewrite our (blocking) tunneling software
using NIO (in an effort to increase scalability), and Grizzly seems
like it could save me a considerable amount of time. To be clear, this
is for tunneling arbitrary TCP traffic (not just HTTP!), over both SSL
and non-SSL.

Having searched the archives, I see that someone else two years was
interested in something similar
(https://grizzly.dev.java.net/servlets/ReadMsg?listName=users&msgNo=52).
Are the concepts largely the same nowadays? I know the Grizzly
libraries have progressed a great deal since then, so I didn't want to
dive too deeply into that if there were more appropriate ways of
achieving this these days.

Any other pointers would be most welcome!

Many thanks,

Sam