On Thu, Jan 8, 2009 at 1:41 PM, Martin Ritchie <[email protected]> wrote:
> 2009/1/8 Rajith Attapattu <[email protected]>: > > While applying the thread abstraction patch to the MINA code, I noticed > that > > we also have MINA related classes copied from the Apache Directory > project. > > For example MultiThreadSocketConnector and ExistingSocketConnector > > I believe any plan to reduce MINA coupling should takes these classes > into > > account as well. > > MultiThreadSocketConnector and ExistingSocketConnector are not copied > from MINA. I wrote them, they are in the mina package as they need > access to package private classes. > > Does the mina project have classes with these names? I did not say they were copied from MINA :) I said they were copied from Apache Directory project. I thoughts so due to the following attributes present in the MultiThreadSocketConnector class. Appologies if I have made a mistake. /** * {...@link IoConnector} for socket transport (TCP/IP). * * @author The Apache Directory Project ([email protected]) * @version $Rev: 619823 $, $Date: 2008-02-08 10:09:37 +0000 (Fri, 08 Feb 2008) $ */ Regards, Rajith
