Class SingleSessionIoHandlerDelegate

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

public class SingleSessionIoHandlerDelegate extends Object implements IoHandler
An IoHandler implementation which delegates all requests to SingleSessionIoHandlers. A SingleSessionIoHandlerFactory is used to create a new SingleSessionIoHandler for each newly created session.