Class RemoteNetconfCommand.NetconfCommandFactory

java.lang.Object
org.opendaylight.netconf.ssh.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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.opendaylight.netconf.shaded.sshd.common.NamedResource

    BY_NAME_COMPARATOR, NAME_EXTRACTOR
  • Constructor Summary

    Constructors
    Constructor
    Description
    NetconfCommandFactory(io.netty.channel.EventLoopGroup clientBootstrap, io.netty.channel.local.LocalAddress localAddress)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.netconf.shaded.sshd.server.command.Command
    createSubsystem(org.opendaylight.netconf.shaded.sshd.server.channel.ChannelSession channel)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • NetconfCommandFactory

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

    • 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