Class SingleSessionIoHandlerDelegate

java.lang.Object
org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
All Implemented Interfaces:
IoHandler

@Deprecated public class SingleSessionIoHandlerDelegate extends Object implements IoHandler
Deprecated.
This class is deprecated
An IoHandler implementation which delegates all requests to SingleSessionIoHandlers. A SingleSessionIoHandlerFactory is used to create a new SingleSessionIoHandler for each newly created session. WARNING : This IoHandler implementation may be easier to understand and thus to use but the user should be aware that creating one handler by session will lower scalability if building an high performance server. This should only be used with very specific needs in mind.