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
class TcpipServerChannel.PortIoHandler extends java.lang.Object implements IoHandler
-
-
Constructor Summary
Constructors Constructor Description PortIoHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
exceptionCaught(IoSession session, java.lang.Throwable cause)
void
messageReceived(IoSession session, Readable message)
void
sessionClosed(IoSession session)
void
sessionCreated(IoSession session)
-
-
-
Method Detail
-
messageReceived
public void messageReceived(IoSession session, Readable message) throws java.lang.Exception
- Specified by:
messageReceived
in interfaceIoHandler
- Throws:
java.lang.Exception
-
sessionCreated
public void sessionCreated(IoSession session) throws java.lang.Exception
- Specified by:
sessionCreated
in interfaceIoHandler
- Throws:
java.lang.Exception
-
sessionClosed
public void sessionClosed(IoSession session) throws java.lang.Exception
- Specified by:
sessionClosed
in interfaceIoHandler
- Throws:
java.lang.Exception
-
exceptionCaught
public void exceptionCaught(IoSession session, java.lang.Throwable cause) throws java.lang.Exception
- Specified by:
exceptionCaught
in interfaceIoHandler
- Throws:
java.lang.Exception
-
-