Depending on what type of service you are writing, take a look at classes extending AbstractIoSession.
On Thu, Jul 17, 2008 at 11:19 AM, Geert Schuring <[EMAIL PROTECTED]> wrote: > Hey all, > > Im writing an IoHandler extending SingleSessionIoHandlerAdapter (mina > 2.0.0-M2). When doing so Eclipse doesn't allow me to add a no-argument > constructor saying: "Implicit super constructor > SingleSessionIoHandlerAdapter() is undefined. Must explicitly invoke > another > constructor" > So i end up adding a Constructor that has an IoSession argument. Great and > all, of course, but how do i add this handler to the acceptor? > > The acceptor has no method to add a SingleSessionIoHandler. > > Geert Schuring > The Netherlands. > > ________________________________________________ > Message sent using UebiMiau 2.7.10 > > >
