Method Summary |
|
public void | exceptionCaught(IoSession session, Throwable cause) Delegates the method call to the
SingleSessionIoHandler.exceptionCaught(Throwable) method of the
handler assigned to this session. |
public SingleSessionIoHandlerFactory | getFactory() Returns the
SingleSessionIoHandlerFactory that is used to create a new
SingleSessionIoHandler instance. |
public void | messageReceived(IoSession session, Object message) Delegates the method call to the
SingleSessionIoHandler.messageReceived(Object) method of the
handler assigned to this session. |
public void | messageSent(IoSession session, Object message) Delegates the method call to the
SingleSessionIoHandler.messageSent(Object) method of the handler
assigned to this session. |
public void | sessionClosed(IoSession session) Delegates the method call to the
SingleSessionIoHandler.sessionClosed method of the handler
assigned to this session. |
public void | sessionCreated(IoSession session) Creates a new instance with the factory passed to the constructor of
this class. |
public void | sessionIdle(IoSession session, IdleStatus status) Delegates the method call to the
SingleSessionIoHandler.sessionIdle(IdleStatus) method of the
handler assigned to this session. |
public void | sessionOpened(IoSession session) Delegates the method call to the
SingleSessionIoHandler.sessionOpened method of the handler
assigned to this session. |