Re: setting handler in AbstractEndpont

2013-10-08 Thread Niki Dokovski
On Tue, Oct 8, 2013 at 9:52 PM, Mark Thomas wrote: > On 08/10/2013 19:46, Niki Dokovski wrote: > > Hi, > > Is there a good reason why AbstractEndpoint in coyote does not have an > > association with Handler through an abstract getter and setter? All > > concrete implementations of AbstractEndpoin

Re: setting handler in AbstractEndpont

2013-10-08 Thread Mark Thomas
On 08/10/2013 19:46, Niki Dokovski wrote: > Hi, > Is there a good reason why AbstractEndpoint in coyote does not have an > association with Handler through an abstract getter and setter? All > concrete implementations of AbstractEndpoint > [AprEndpoint,JIoEndpoint,NioEndpoint] provide a getter and

setting handler in AbstractEndpont

2013-10-08 Thread Niki Dokovski
Hi, Is there a good reason why AbstractEndpoint in coyote does not have an association with Handler through an abstract getter and setter? All concrete implementations of AbstractEndpoint [AprEndpoint,JIoEndpoint,NioEndpoint] provide a getter and a setter of a AbstractEndpoint.Handler Cheers Niki