Package org.opendaylight.netconf.ssh
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
-
-
Constructor Summary
Constructors Constructor Description NetconfCommandFactory(io.netty.channel.EventLoopGroup clientBootstrap, io.netty.channel.local.LocalAddress localAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.netconf.shaded.sshd.server.command.CommandcreateSubsystem(org.opendaylight.netconf.shaded.sshd.server.channel.ChannelSession channel)StringgetName()
-
-
-
Field Detail
-
NETCONF
public static final String NETCONF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.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:
createSubsystemin interfaceorg.opendaylight.netconf.shaded.sshd.server.subsystem.SubsystemFactory
-
-