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
