Package org.apache.mina.handler.multiton

Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.

Interface Summary

SingleSessionIoHandler A session handler without an IoSession parameter for simplicity.
SingleSessionIoHandlerFactory A factory that creates SingleSessionIoHandler to be used with one particular session.

Class Summary

SingleSessionIoHandlerAdapter Adapter class for implementors of the SingleSessionIoHandler interface.
SingleSessionIoHandlerDelegate An IoHandler implementation which delegates all requests to SingleSessionIoHandlers.
Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.