Interface IoHandler
- All Known Subinterfaces:
X11ForwardSupport
- All Known Implementing Classes:
AbstractSessionFactory, AbstractSessionIoHandler, DefaultForwarder.StaticIoHandler, DefaultX11ForwardSupport, SessionFactory, SessionFactory, SocksProxy, TcpipServerChannel.PortIoHandler
public interface IoHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidexceptionCaught(IoSession session, Throwable cause) voidmessageReceived(IoSession session, Readable message) voidsessionClosed(IoSession session) voidsessionCreated(IoSession session)
-
Method Details
-
sessionCreated
-
sessionClosed
-
exceptionCaught
-
messageReceived
-