Class NetconfSessionFactory
- java.lang.Object
-
- org.opendaylight.netconf.shaded.sshd.common.util.logging.AbstractLoggingBean
-
- org.opendaylight.netconf.shaded.sshd.common.session.helpers.AbstractSessionIoHandler
-
- org.opendaylight.netconf.shaded.sshd.common.session.helpers.AbstractSessionFactory<org.opendaylight.netconf.shaded.sshd.client.ClientFactoryManager,org.opendaylight.netconf.shaded.sshd.client.session.ClientSessionImpl>
-
- org.opendaylight.netconf.shaded.sshd.client.session.SessionFactory
-
- org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfSessionFactory
-
- All Implemented Interfaces:
org.opendaylight.netconf.shaded.sshd.common.io.IoHandler
@Beta public class NetconfSessionFactory extends org.opendaylight.netconf.shaded.sshd.client.session.SessionFactoryASessionFactorywhich createsNetconfClientSessionImpls.
-
-
Constructor Summary
Constructors Constructor Description NetconfSessionFactory(org.opendaylight.netconf.shaded.sshd.client.ClientFactoryManager client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NetconfClientSessionImpldoCreateSession(org.opendaylight.netconf.shaded.sshd.common.io.IoSession ioSession)-
Methods inherited from class org.opendaylight.netconf.shaded.sshd.client.session.SessionFactory
getClient
-
Methods inherited from class org.opendaylight.netconf.shaded.sshd.common.session.helpers.AbstractSessionFactory
createSession, getFactoryManager, setupSession
-
Methods inherited from class org.opendaylight.netconf.shaded.sshd.common.session.helpers.AbstractSessionIoHandler
exceptionCaught, messageReceived, sessionClosed, sessionCreated
-
-
-
-
Method Detail
-
doCreateSession
protected NetconfClientSessionImpl doCreateSession(org.opendaylight.netconf.shaded.sshd.common.io.IoSession ioSession) throws Exception
- Overrides:
doCreateSessionin classorg.opendaylight.netconf.shaded.sshd.client.session.SessionFactory- Throws:
Exception
-
-