Class SingleSessionIoHandlerAdapter

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

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