dev@grizzly.java.net

Implementing custom OutboundConnectionCache

From: Minoru Nitta <minoru.nitta_at_jp.fujitsu.com>
Date: Thu, 16 Jul 2009 11:26:24 +0900

Hi Alexey, Hi all,


 I would like to implement my own OutboundConnectionCache and utilize it
with Grizzly. But it seems to me that currently it is not allowed for users
to do that.

 CacheableConnectorHandlerPool creates a connection pool at constructor.
It creates the pool by calling factory method, but it just creates
OutboundConnectionCacheBlockingImpl, and it is not possible for users
to customize it.

 Could I ask you please to review my proposed patch?
Thank you very much.


Minoru