dev@grizzly.java.net

[HEADS UP] Grizzly 2.0 API change

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Wed, 25 Feb 2009 18:24:29 +0100

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.