Package org.apache.sshd.common.forward
Class DefaultForwarder.StaticIoHandler
- java.lang.Object
-
- org.apache.sshd.common.forward.DefaultForwarder.StaticIoHandler
-
- All Implemented Interfaces:
IoHandler
- Enclosing class:
- DefaultForwarder
class DefaultForwarder.StaticIoHandler extends java.lang.Object implements IoHandler
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.atomic.AtomicLongmessagesCounter
-
Constructor Summary
Constructors Constructor Description StaticIoHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexceptionCaught(IoSession session, java.lang.Throwable cause)voidmessageReceived(IoSession session, Readable message)voidsessionClosed(IoSession session)voidsessionCreated(IoSession session)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(IoSession session) throws java.lang.Exception
- Specified by:
sessionCreatedin interfaceIoHandler- Throws:
java.lang.Exception
-
sessionClosed
public void sessionClosed(IoSession session) throws java.lang.Exception
- Specified by:
sessionClosedin interfaceIoHandler- Throws:
java.lang.Exception
-
messageReceived
public void messageReceived(IoSession session, Readable message) throws java.lang.Exception
- Specified by:
messageReceivedin interfaceIoHandler- Throws:
java.lang.Exception
-
exceptionCaught
public void exceptionCaught(IoSession session, java.lang.Throwable cause) throws java.lang.Exception
- Specified by:
exceptionCaughtin interfaceIoHandler- Throws:
java.lang.Exception
-
-