Package org.apache.sshd.client.session
Class SessionFactory
- All Implemented Interfaces:
IoHandler
A factory of client sessions. This class can be used as a way to customize the creation of client 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 ClientSessionImpldoCreateSession(IoSession ioSession) final ClientFactoryManagerMethods 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
-
getClient
-
doCreateSession
- Specified by:
doCreateSessionin classAbstractSessionFactory<ClientFactoryManager,ClientSessionImpl> - Throws:
Exception
-