Package org.apache.sshd.server.session
Class SessionFactory
- All Implemented Interfaces:
IoHandler
A factory of server sessions. This class can be used as a way to customize the creation of server sessions.
- 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(IoSession ioSession) final ServerFactoryManagerMethods inherited from class org.apache.sshd.common.session.helpers.AbstractSessionFactory
createSession, getFactoryManager, setupSessionMethods inherited from class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
exceptionCaught, messageReceived, sessionClosed, sessionCreated
-
Constructor Details
-
SessionFactory
-
-
Method Details
-
getServer
-
doCreateSession
- Specified by:
doCreateSessionin classAbstractSessionFactory<ServerFactoryManager,ServerSessionImpl> - Throws:
Exception
-