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
-
Field Summary
FieldsFields inherited from interface org.opendaylight.netconf.shaded.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
ConstructorsConstructorDescriptionNetconfCommandFactory(io.netty.channel.EventLoopGroup clientBootstrap, io.netty.channel.local.LocalAddress localAddress) -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.netconf.shaded.sshd.server.command.CommandcreateSubsystem(org.opendaylight.netconf.shaded.sshd.server.channel.ChannelSession channel) getName()
-
Field Details
-
NETCONF
- See Also:
-
-
Constructor Details
-
NetconfCommandFactory
public NetconfCommandFactory(io.netty.channel.EventLoopGroup clientBootstrap, io.netty.channel.local.LocalAddress localAddress)
-
-
Method Details
-
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
-