Class SingleSessionIoHandlerAdapter

java.lang.Object
org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
All Implemented Interfaces:
SingleSessionIoHandler

@Deprecated public class SingleSessionIoHandlerAdapter extends Object implements SingleSessionIoHandler
Deprecated.
This class is deprecated
Adapter class for implementors of the SingleSessionIoHandler interface. The session to which the handler is assigned is accessible through the getSession() method.