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

    Modifier and Type
    Method
    Description
    void
     
    void
    unbind(org.osgi.framework.ServiceReference<?> reference)
     

    Methods inherited from class java.lang.Object

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

    • 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 Details

    • close

      public void close() throws IOException
      Throws:
      IOException
    • unbind

      public void unbind(org.osgi.framework.ServiceReference<?> reference)