Package org.apache.mina.handler.multiton

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

See:
          Description

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.
 

Package org.apache.mina.handler.multiton Description

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



Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.