users@grizzly.java.net

Re: Difference between SSLCodec and SSLFilter?

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Mon, 11 May 2009 15:57:01 +0200

Hi Bo,
>
> I noticed there are two ways to hook SSL into Grizzly 2.0: SSLCodec
> and
> SSLFilter. The examples only shows how to use SSLFilter in a
> FilterChain.
> How do you use SSLCodec? Which implementation is better (faster and
> more
> memory efficient)?

Currently we support just SSLFilter, which actually wraps raw
Connection's StreamReader/StreamWriter with SSLStreamReader/
SSLStreamWriter.

Thanks.

WBR,
Alexey.

>
>
> Thanks
>
> Bo
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>