Class RemoteNetconfCommand.NetconfCommandFactory

  • All Implemented Interfaces:
    org.opendaylight.netconf.shaded.sshd.common.NamedResource, org.opendaylight.netconf.shaded.sshd.server.subsystem.SubsystemFactory
    Enclosing class:
    RemoteNetconfCommand

    public static class RemoteNetconfCommand.NetconfCommandFactory
    extends Object
    implements org.opendaylight.netconf.shaded.sshd.server.subsystem.SubsystemFactory
    • Constructor Detail

      • NetconfCommandFactory

        public NetconfCommandFactory​(io.netty.channel.EventLoopGroup clientBootstrap,
                                     io.netty.channel.local.LocalAddress localAddress)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.opendaylight.netconf.shaded.sshd.common.NamedResource
      • createSubsystem

        public org.opendaylight.netconf.shaded.sshd.server.command.Command createSubsystem​(org.opendaylight.netconf.shaded.sshd.server.channel.ChannelSession channel)
        Specified by:
        createSubsystem in interface org.opendaylight.netconf.shaded.sshd.server.subsystem.SubsystemFactory