You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Mark Webb <el...@gmail.com> on 2009/04/06 19:13:00 UTC

Single Session Acceptor

Trying to determine the feasibility of creating a class that only
accepts a single connection from a client at a time.

There are the org.apache.mina.handler.multiton classes, but I think
they are more for the client side.  I need to write a subclass of
NioSocketAcceptor, except that the class is marked as final.

Has anyone done any work in this area?

Thanks,
Mark