Class JGitSshClient.JGitSessionFactory
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- org.apache.sshd.common.session.helpers.AbstractSessionFactory<org.apache.sshd.client.ClientFactoryManager,org.apache.sshd.client.session.ClientSessionImpl>
-
- org.apache.sshd.client.session.SessionFactory
-
- org.eclipse.jgit.internal.transport.sshd.JGitSshClient.JGitSessionFactory
-
- All Implemented Interfaces:
org.apache.sshd.common.io.IoHandler
- Enclosing class:
- JGitSshClient
private static class JGitSshClient.JGitSessionFactory extends org.apache.sshd.client.session.SessionFactory
ASessionFactory
to create our own specializedJGitClientSession
s.
-
-
Constructor Summary
Constructors Constructor Description JGitSessionFactory(JGitSshClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.sshd.client.session.ClientSessionImpl
doCreateSession(org.apache.sshd.common.io.IoSession ioSession)
-
Methods inherited from class org.apache.sshd.common.session.helpers.AbstractSessionFactory
createSession, getFactoryManager, setupSession
-
Methods inherited from class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
exceptionCaught, messageReceived, sessionClosed, sessionCreated
-
-
-
-
Constructor Detail
-
JGitSessionFactory
public JGitSessionFactory(JGitSshClient client)
-
-