Package org.apache.sshd.server.forward
Class TcpipServerChannel.PortIoHandler
java.lang.Object
org.apache.sshd.server.forward.TcpipServerChannel.PortIoHandler
- All Implemented Interfaces:
IoHandler
- Enclosing class:
TcpipServerChannel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexceptionCaught(IoSession session, Throwable cause) voidmessageReceived(IoSession session, Readable message) voidsessionClosed(IoSession session) voidsessionCreated(IoSession session)
-
Constructor Details
-
PortIoHandler
PortIoHandler()
-
-
Method Details
-
messageReceived
- Specified by:
messageReceivedin interfaceIoHandler- Throws:
Exception
-
sessionCreated
- Specified by:
sessionCreatedin interfaceIoHandler- Throws:
Exception
-
sessionClosed
- Specified by:
sessionClosedin interfaceIoHandler- Throws:
Exception
-
exceptionCaught
- Specified by:
exceptionCaughtin interfaceIoHandler- Throws:
Exception
-