Class SessionFactory
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
org.apache.sshd.common.session.helpers.AbstractSessionFactory<ServerFactoryManager, ServerSessionImpl>
org.apache.sshd.server.session.SessionFactory
- All Implemented Interfaces:
org.apache.sshd.common.io.IoHandler
A factory of server sessions. This class can be used as a way to customize the creation of server sessions.
- Author:
- Apache MINA SSHD Project
- See Also:
-
Field Summary
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ServerSessionImpldoCreateSession(org.apache.sshd.common.io.IoSession ioSession) final ServerFactoryManagerMethods inherited from class AbstractSessionFactory
createSession, getFactoryManager, setupSessionMethods inherited from class AbstractSessionIoHandler
exceptionCaught, messageReceived, sessionClosed, sessionCreatedMethods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
-
Constructor Details
-
SessionFactory
-
-
Method Details
-
getServer
-
doCreateSession
protected ServerSessionImpl doCreateSession(org.apache.sshd.common.io.IoSession ioSession) throws Exception - Specified by:
doCreateSessionin classAbstractSessionFactory<ServerFactoryManager, ServerSessionImpl>- Throws:
Exception
-