Package org.opendaylight.netconf.ssh
Class NetconfNorthboundSshServer
- java.lang.Object
-
- org.opendaylight.netconf.ssh.NetconfNorthboundSshServer
-
public class NetconfNorthboundSshServer extends Object
-
-
Constructor Summary
Constructors Constructor Description NetconfNorthboundSshServer(org.opendaylight.netconf.api.NetconfServerDispatcher netconfServerDispatcher, io.netty.channel.EventLoopGroup workerGroup, io.netty.util.concurrent.EventExecutor eventExecutor, String bindingAddress, String portNumber, org.opendaylight.netconf.auth.AuthProvider authProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidunbind(org.osgi.framework.ServiceReference<?> reference)
-
-
-
Constructor Detail
-
NetconfNorthboundSshServer
public NetconfNorthboundSshServer(org.opendaylight.netconf.api.NetconfServerDispatcher netconfServerDispatcher, io.netty.channel.EventLoopGroup workerGroup, io.netty.util.concurrent.EventExecutor eventExecutor, String bindingAddress, String portNumber, org.opendaylight.netconf.auth.AuthProvider authProvider)
-
-
Method Detail
-
close
public void close() throws IOException- Throws:
IOException
-
unbind
public void unbind(org.osgi.framework.ServiceReference<?> reference)
-
-