Hi,
I've just commited a big change for Grizzly 2.0 API, which is now
based on StreamReader/StreamWriter.
I had to disable several features like SSL and Smart filter for a
while, and will work on adjusting those features to new API.
With new API reading and writing data on Connection should be done via
Connection's StreamReader/StreamWriter:
connection.getStreamReader();
connection.getStreamWriter();
More detailed info with examples I will put on my blog soon and send a
link on mailing list.
Thanks.
WBR,
Alexey.