Jerome Louvel <contact <at> noelios.com> writes:

> 
> 
> Hi Sumit,
> 
> Container create/manage the connectors because they can/should be shared
> between multiple applications (think about virtual hosting multiple
> applications on the same HTTP 80 port). For client connectors we want to be
> able to implement connection pooling, etc.
> 
> From inside an application you can easily use the container's connector via
> the Restlet's Context and its "getClient()" method (to be renamed
> getDispatcher() in beta 21).
> 
> Best regards,
> Jerome  
> 

Jerome,

So the Application cannot request the Container to add support for a new
Protocol. Is that correct? If the Container already supports a Protocol, the
application can use it via the getDispatcher(), but it cannot request the
Container to add support for that protocol.

Just wanted to clarify my thoughts.

Thanks.

Sumit


Reply via email to