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
>