Class AbstractSessionIoHandler
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
- All Implemented Interfaces:
IoHandler
- Direct Known Subclasses:
AbstractSessionFactory
TODO Add javadoc
-
Field Summary
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AbstractSessioncreateSession(IoSession ioSession) voidexceptionCaught(IoSession ioSession, Throwable cause) voidmessageReceived(IoSession ioSession, Readable message) voidsessionClosed(IoSession ioSession) voidsessionCreated(IoSession ioSession)
-
Constructor Details
-
AbstractSessionIoHandler
protected AbstractSessionIoHandler()
-
-
Method Details
-
sessionCreated
- Specified by:
sessionCreatedin interfaceIoHandler- Throws:
Exception
-
sessionClosed
- Specified by:
sessionClosedin interfaceIoHandler- Throws:
Exception
-
exceptionCaught
- Specified by:
exceptionCaughtin interfaceIoHandler- Throws:
Exception
-
messageReceived
- Specified by:
messageReceivedin interfaceIoHandler- Throws:
Exception
-
createSession
- Throws:
Exception
-